mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 15:50:29 +02:00
fpPDF: public ImageStreamOptions
git-svn-id: trunk@43469 -
This commit is contained in:
parent
b37ab4034a
commit
7a812d6b76
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user