fpPDF: public ImageStreamOptions

git-svn-id: trunk@43469 -
This commit is contained in:
ondrej 2019-11-15 11:43:49 +00:00
parent b37ab4034a
commit 7a812d6b76

View File

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