StampStyle
Syntax
interface StampStyle {
opacity?: number;
stamp?: EnumStampIcon | Blob;
}
Attributes
opacity
The opacity of the whole annotation. The value range is [0,1], value which is greater than 1 will default to 1.
Default value: 1
stamp
Specify the standard business stamp or the blob of a custom image to be drawn. Please refer to EnumStampIcon
for standard business stamp.
Default value: Dynamsoft.DDV.EnumStampIcon.DRAFT
If set to blob
, the custom image will be added as the stamp.
Supported image formats: PNG, JPEG