THotPDF.GetLoadedPageInheritedBox Method
メソッドの要約: THotPDF.GetLoadedPageInheritedBox Method
宣言
function GetLoadedPageInheritedBox(PageIndex: Integer; Box: THPDFPageBoundary; out Left, Bottom, Right, Top: Single): boolean;
ユニット
HPDFDoc
パラメータ
| 名前 | 目的 |
|---|---|
PageIndex | Zero-based loaded page index |
Box | Boundary type to resolve, such as MediaBox, CropBox, BleedBox, TrimBox, or ArtBox |
Left | Receives the effective left coordinate in PDF points |
Bottom | Receives the effective bottom coordinate in PDF points |
Right | Receives the effective right coordinate in PDF points |
先頭 | Receives the effective top coordinate in PDF points |
戻り値
Returns True when the requested effective boundary is available
使用上の注意
- The method resolves an inherited page boundary through the loaded page tree
- Output coordinates use PDF points
関連 API
- THotPDF
- THPDFPage
- 目次