SignaturePropertiesChangeEventArgs
23 Sep 20251 minute to read
This event arguments provides the necessary information about signature properties change event.
Properties
id string
Defines the id of the signature property is changed in the page of the PDF document.
isOpacityChanged boolean
Specifies that the opacity of the signature is changed.
isStrokeColorChanged boolean
Specifies that the stroke color of the signature is changed.
isThicknessChanged boolean
Specifies that the thickness of the signature is changed.
name string
Specifies name of the event.
newValue any
Defines the new property value of the signature.
oldValue any
Defines the old property value of the signature.
pageIndex number
Defines the page number in which the signature property is changed.
type AnnotationType
Defines the type of the signature property is changed in the page of the PDF document.