Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

DynaPDF.GetPageFieldAnnotation

Returns the most important properties of an annotation field on a page.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.GetPageFieldAnnotation"; PDF; Index; Selector )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
Index The annotatioon field index within the page.
Zero based and up to DynaPDF.GetPageAnnotCount-1.
$index
Selector What value to query.
Can be Deleted, BBox, FieldType, GroupType, Handle, BackColor, BackColorSP, BorderColor, BorderColorSP, BorderStyle, BorderWidth, CharSpacing, Checked, CheckBoxChar, DefState, DefValue, EditFont, ExpValueCount, BorderColor, FieldFlags, FieldFont, FontSize, FieldName, HighlightMode, IsCalcField, MapName, MaxLen, KidCount, PageNum, Rotate, TextAlign, TextColor, TextColorSP, TextScaling, ToolTip, UniqueName, Value, WordSpacing, Parent or Kids.

Added ModDate, CaptionPos, DownCaption, DownImage, RollCaption, RollImage, UpCaption, UpImage, Action and ActionType for version 9.0.
"Name"

Result

Returns OK or error.

Description

Returns the most important properties of an annotation field on a page.
You need to call DynaPDF.EditPage before to open a page.

See also

Release notes

Blog Entries

This function checks for a license.

Created 18th November 2022, last changed 18th November 2022


DynaPDF.GetPageField - DynaPDF.GetPageFieldCount