|
THotPDF.RegisterFormXObject
|
맨 위 |
|
Registers reusable page-content as a PDF Form XObject and returns the resource name used by THPDFPage.DrawFormXObject.
Delphi 구문: function RegisterFormXObject(BBoxLLx, BBoxLLy, BBoxURx, BBoxURy: Single; const Content: AnsiString): AnsiString; function RegisterFormXObject(Width, Height: Single; const Content: AnsiString): AnsiString;
설명 이 method는 한 번 정의한 뒤 다른 position, scale 또는 rotation으로 여러 번 paint해야 하는 stamp, repeated vector group, logo 및 기타 content에 사용하십시오
|