FoxitPDFSDKforWeb  v9.2.1
Foxit PDF SDK for Web
IAnnotationSummary Interface Reference

Basic annotation summary. More...

Inheritance diagram for IAnnotationSummary:
ILinkAnnotationSummary IMarkupAnnotationSummary ICaretAnnotationSummary ICircleAnnotationSummary IFileAttachmentAnnotationSummary IFreeTextAnnotationSummary ILineAnnotationSummary INoteAnnotationSummary IPolygonAnnotationSummary IPolylineAnnotationSummary IRedactAnnotationSummary ISquareAnnotationSummary ITextMarkupAnnotationSummary

Public Attributes

string color
 border color, format: #RRGGBB
 
string contents
 text content.
 
Record< string, any > customEntries
 custom dictionary entries More...
 
string dashes
 A dash array that represents the dash patterns. This property is available when style is 'dashed'. format:"2,2,2,2".
 
number dashPhase
 This property is available when style is 'dashed'.
 
string date
 Last modified time. format: D:yyyyMMddhhmmssTZ.
 
string flags
 annotation flag names, multiple flags are separated by commas. Please refer to Annot_Flags
 
number indensity
 Intensity of the cloudy effect. This property is available when style is 'cloudy'.
 
number objectNumber
 Unique id.
 
number page
 Page index.
 
string rect
 Annotation rectangle in PDF coordinate system. format: "${left},${bottom},${right},${top}".
 
string style
 border style, It could be one of these values: 'solid', 'dashed', 'underline', 'beveled', 'inset', 'cloudy'
 
Annot_Type type
 Annotation type flag. Please refer to Annot_Type.
 
number width
 The border width (unit: pt).
 

Detailed Description

Basic annotation summary.

See also
PDFDoc.exportAnnotsToJSON
PDFDoc.importAnnotsFromJSON

Member Data Documentation

◆ customEntries

Record<string, any> IAnnotationSummary::customEntries

custom dictionary entries

See also
Annot.setDictionaryEntry

Foxit Software Corporation Logo
@2023 Foxit Software Incorporated. All rights reserved.