Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

DynaPDF.GetPageAnnotation

Queries details about an annotation on current open page.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 5.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.GetPageAnnotation"; PDF; AnnotationHandle; Selector )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
AnnotationHandle The annotation index. 5
Selector Which value to query. Possible values: Type, Deleted, BBox, BorderWidth, BorderColor, BorderStyle, BackColor, Handle, Author, Content, Name, Subject, PageNum, HighlightMode, DestPage, DestPos, DestType, DestFile, Icon, StampName, AnnotFlags, CreateDate, ModDate, Grouped, Open, Parent, PopUp, State, StateModel, EmbeddedFile, Subtype, PageIndex, MarkupAnnot, Opacity, QuadPoints, DashPattern, Intent, LE1, LE2, Vertices, Caption, CaptionOffsetX, CaptionOffsetY, CaptionPos, LeaderLineLen, LeaderLineExtend or LeaderLineOffset. "Name"

Result

Returns value or error.

Description

Queries details about an annotation on current open page.
Please check also dynapdf manual with details on the pdfGetAnnotEx function.
The parameter AnnotationHandle must be the array index of the page in which the annotation is used. To enumerate the annotations of a page execute the function in a loop from 0 to DynaPDF.GetPageAnnotCount - 1.

See also

Created 25th November 2014, last changed 25th November 2014


DynaPDF.GetPageAnnotCount - DynaPDF.GetPageBBox

Feedback: Report problem or ask question.