THotPDF.GetLoadedPageInheritedBox Method

メソッドの要約: THotPDF.GetLoadedPageInheritedBox Method

宣言

function GetLoadedPageInheritedBox(PageIndex: Integer; Box: THPDFPageBoundary; out Left, Bottom, Right, Top: Single): boolean;

ユニット

HPDFDoc

パラメータ

名前目的
PageIndexZero-based loaded page index
BoxBoundary type to resolve, such as MediaBox, CropBox, BleedBox, TrimBox, or ArtBox
LeftReceives the effective left coordinate in PDF points
BottomReceives the effective bottom coordinate in PDF points
RightReceives the effective right coordinate in PDF points
先頭Receives the effective top coordinate in PDF points

戻り値

Returns True when the requested effective boundary is available

使用上の注意

関連 API