THotPDF.GetLoadedExtGStateInfo Method

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

宣言

function GetLoadedExtGStateInfo(PageIndex: Integer; const AGSName: AnsiString; out ALW: Single; out ALC, ALJ: Integer; out ACA, AStrokeCA: Single): boolean;

ユニット

HPDFDoc

パラメータ

名前目的
PageIndexZero-based loaded page index
AGSNameExtGState resource name with or without a leading slash
ALWReceives the /LW line width, or zero when absent
ALCReceives the /LC line-cap value, or zero when absent
ALJReceives the /LJ line-join value, or zero when absent
ACAReceives the /ca fill alpha, or zero when absent
AStrokeCAReceives the /CA stroke alpha, or zero when absent

戻り値

Returns True when the named ExtGState resource is resolved

使用上の注意

関連 API