Browse Source

fpPDF: public ImageStreamOptions

git-svn-id: trunk@43469 -
ondrej 5 years ago
parent
commit
7a812d6b76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-pdf/src/fppdf.pp

+ 1 - 1
packages/fcl-pdf/src/fppdf.pp

@@ -1081,7 +1081,6 @@ type
     function IndexOfGlobalXRef(const AValue: string): integer;
     function IndexOfGlobalXRef(const AValue: string): integer;
     Function FindGlobalXRef(Const AName : String) : TPDFXRef;
     Function FindGlobalXRef(Const AName : String) : TPDFXRef;
     Function GlobalXRefByName(Const AName : String) : TPDFXRef;
     Function GlobalXRefByName(Const AName : String) : TPDFXRef;
-    Function ImageStreamOptions : TPDFImageStreamOptions;
     Property GlobalXRefs[AIndex : Integer] : TPDFXRef Read GetX;
     Property GlobalXRefs[AIndex : Integer] : TPDFXRef Read GetX;
     Property GlobalXRefCount : Integer Read GetXC;
     Property GlobalXRefCount : Integer Read GetXC;
     Property CurrentColor: string Read FCurrentColor Write FCurrentColor;
     Property CurrentColor: string Read FCurrentColor Write FCurrentColor;
@@ -1119,6 +1118,7 @@ type
     Property Fonts : TPDFFontDefs Read FFonts Write SetFonts;
     Property Fonts : TPDFFontDefs Read FFonts Write SetFonts;
     Property Pages : TPDFPages Read FPages;
     Property Pages : TPDFPages Read FPages;
     Property Images : TPDFImages Read FImages;
     Property Images : TPDFImages Read FImages;
+    Function ImageStreamOptions : TPDFImageStreamOptions;
     Property Catalogue: integer Read FCatalogue;
     Property Catalogue: integer Read FCatalogue;
     Property Trailer: TPDFDictionary Read FTrailer;
     Property Trailer: TPDFDictionary Read FTrailer;
     Property FontFiles : TStrings Read FFontFiles Write SetFontFiles;
     Property FontFiles : TStrings Read FFontFiles Write SetFontFiles;