|
THotPDF.RegisterFormXObject
|
先頭 |
|
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;
説明 この method は stamps、repeated vector groups、logos、および一度定義して異なる positions、scales、rotations で何度も paint するべきその他の content に使用します
|