PdfAnnotationSettings
16 Dec 20251 minute to read
Represents the base class for annotation-specific information.
This class serves as a foundation for specialized annotation information classes that provide additional properties and functionality for specific annotation types.
Properties
allowedInteractions AllowedInteraction[]
Gets or sets the allowed interactions for the locked rectangle annotations.
IsLock can be configured using rectangle settings.
Defaults to [‘None’]
annotationSelectorSettings AnnotationSelectorSettingsModel
specifies the annotation selector settings of the annotation.
author string
specifies the author of the annotation.
bound Rectangle
Get or set the bounds of the annotation.
customData object
specifies the custom data of the annotation.
fillColor string
Gets or sets the fill color of the redacted area.
isLock boolean
specifies the locked action of the annotation.
isPrint boolean
specifies whether the individual annotations are included or not in print actions.
maxHeight number
specifies the minHeight of the annotation.
maxWidth number
specifies the maxWidth of the annotation.
minHeight number
specifies the minHeight of the annotation.
minWidth number
specifies the minWidth of the annotation.
pageNumber number
Get or set page number of the annotation.
subject string
specifies the subject of the annotation.
thickness number
specified the thickness of the annotation.