constructor Create(AHandle: FPDF_XOBJECT);
property Handle: FPDF_XOBJECT read FHandle;
| Member | Description |
|---|---|
Create | Wrap an FPDF_XOBJECT handle returned by PDFium |
Destroy | Closes the wrapped handle before the owning destination document is closed |
Handle | Raw FPDF_XOBJECT value used by PDFium page-object APIs |
Utilisez cette API avec les composants PDFiumPas associés lorsque ce comportement est nécessaire
XObject := DestinationPdf.CreateXObjectFromPage(SourcePdf, 1);
DestinationPdf.InsertFormObjectFromXObject(XObject);