Unit 'fppdfobjects' Package
[Overview][Constants][Types][Classes][Index] [#fcl-pdf]

TPDFDocument

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fppdfobjects.pp line 816

type TPDFDocument = class(TPDFContainer)

public

  constructor Create; override;

  destructor Destroy; override;

  procedure SetXrefArray();

  function FindInDirectObject();

  function ReplaceIndirectObj();

  function FindFont();

  function GetFont();

  function FindDocumentInfoObject;

  function FindDocumentInfo;

  function GetDocumentInfo;

  function FindCatalog;

  function GetCatalog;

  function FindPages;

  function GetPages;

  function AddInDirectObject();

  property PDFversion: string; [rw]

  property StartXRef: TPDFStartXRef; [rw]

  property TrailerDict: TPDFDictionary; [rw]

  property PageCount: Integer; [r]

  property PageNodes []: TPDFIndirect; [r]

  property Page []: TPDFPageObject; [r]

  property Pages: TPDFPagesProxy; [r]

  property XRefCount: Integer; [r]

  property XRefs []: TPDFXRef; [r]

end;

Inheritance

TPDFDocument

|

TPDFContainer

|

TPDFObject

|

TObject


Documentation generated on: 2023-03-18