THotPDF.AddLoadedCaretAnnotationEx Method

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

宣言

procedure AddLoadedCaretAnnotationEx(PageIndex: Integer; X1, Y1, X2, Y2: Single; const AContents: AnsiString; ParagraphSymbol: boolean);

ユニット

HPDFDoc

パラメータ

名前目的
PageIndexZero-based loaded page index
X1Left coordinate of the annotation rectangle in PDF points
Y1Bottom coordinate of the annotation rectangle in PDF points
X2Right coordinate of the annotation rectangle in PDF points
Y2Top coordinate of the annotation rectangle in PDF points
AContentsOptional annotation contents text
ParagraphSymbolTrue to write /Sy /P for a paragraph-symbol caret annotation

戻り値

値を返しません

使用上の注意

関連 API