Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.GetAnnotation
Queries details about an annotation.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 5.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.GetAnnotation"; PDF; AnnotationHandle; Selector ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
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, QuadPointCount, QuadPoints, DashPattern, DashPatternCount, Intent, LE1, LE2, Vertices, VerticesCount, Caption, CaptionOffsetX, CaptionOffsetY, CaptionPos, LeaderLineLen, LeaderLineExtend or LeaderLineOffset. | "Name" |
Result
Returns value or error.
Description
Queries details about an annotation.See also GetAnnotation function in DynaPDF manual.
See also
- DynaPDF.GetAnnotColor
- DynaPDF.GetPageAnnotation
- DynaPDF.GetPageAnnotCount
- DynaPDF.New
- DynaPDF.SetAnnotDate
- DynaPDF.SetAnnotFlags
- DynaPDF.SetAnnotIcon
- DynaPDF.SetAnnotOpacity
- DynaPDF.SetOrientation
- DynaPDF.SetResolution
Release notes
- Version 10.5
- Added DynaPDF.GetAnnotationAsJSON, DynaPDF.GetColorSpaceAsJSON, DynaPDF.GetEmbeddedFileAsJSON, DynaPDF.GetFieldAsJSON and DynaPDF.GetFontAsJSON functions.
- Added DynaPDF.GetAnnotationsAsJSON, DynaPDF.GetBookmarksAsJSON, DynaPDF.GetColorSpacesAsJSON, DynaPDF.GetDocInfoAsJSON, DynaPDF.GetEmbeddedFilesAsJSON, DynaPDF.GetFieldsAsJSON, DynaPDF.GetFontsAsJSON, DynaPDF.GetImportDocInfoAsJSON and DynaPDF.SysFontInfoAsJSON functions.
Example Databases
This function checks for a license.
Created 25th November 2014, last changed 2nd September 2022