PDFium Component Docs

TPdfXObject classe

Module: PDFium
Documente TPdfXObject tout en conservant les noms d’API inchangés

Syntax

constructor Create(AHandle: FPDF_XOBJECT);
property Handle: FPDF_XOBJECT read FHandle;

Members

MemberDescription
CreateWrap an FPDF_XOBJECT handle returned by PDFium
DestroyCloses the wrapped handle before the owning destination document is closed
HandleRaw FPDF_XOBJECT value used by PDFium page-object APIs

Description

Utilisez cette API avec les composants PDFiumPas associés lorsque ce comportement est nécessaire

Example

XObject := DestinationPdf.CreateXObjectFromPage(SourcePdf, 1);
DestinationPdf.InsertFormObjectFromXObject(XObject);

See Also

TPdf.CreateXObjectFromPage, TPdf.InsertFormObjectFromXObject, TPdfMatrix