CustomStampSettingsModel

23 Sep 20251 minute to read

Interface for a class CustomStampSettings

Properties

allowedInteractions AllowedInteraction[]

Gets or sets the allowed interactions for the locked custom stamp annotations.
IsLock can be configured using custom stamp settings.

author string

specifies the author of the annotation.

customStamps CustomStampModel[]

Define the custom image path and it’s name to be displayed in the menu items.

enableCustomStamp boolean

If it is set as false. then the custom stamp items won’t be visible in the annotation toolbar stamp menu items.

height number

specifies the height of the annotation.

isAddToMenu boolean

Specifies to maintain the newly added custom stamp element in the menu items.

isLock boolean

specifies the locked action of the annotation.

isPrint boolean

specifies whether the individual annotations are included or not in print actions.

left number

specifies the left position of the annotation.

maxHeight number

specifies the maxHeight 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.

offset IPoint

Get or set offset of the annotation.

opacity number

specifies the opacity of the annotation.

pageNumber number

Get or set page number of the annotation.

subject string

specifies the subject of the annotation.

top number

specifies the top position of the annotation.

width number

specifies the width of the annotation.