|
THotPDF.RegisterFormXObject
|
Top |
|
Registers reusable page-content as a PDF Form XObject and returns the resource name used by THPDFPage.DrawFormXObject.
Delphi syntax: function RegisterFormXObject(BBoxLLx, BBoxLLy, BBoxURx, BBoxURy: Single; const Content: AnsiString): AnsiString; function RegisterFormXObject(Width, Height: Single; const Content: AnsiString): AnsiString;
Description The method creates an indirect Use this for stamps, repeated vector groups, logos, and other content that should be defined once and painted many times at different positions, scales, or rotations.
|