Stamp Annotation
Creates a new stamp annotation with the passed bitmap as contents.
Parameters
Page to which this annotation will be attached to.
Bounding rectangle for this annotations image.
JPEG compressed bitmap data to be stored into the annotation.
Creates a new stamp annotation with the passed bitmap as contents.
Parameters
Page to which this annotation will be attached to.
Bounding rectangle for this annotations image.
Bitmap to be stored into the annotation.
Creates a new standard stamp annotation.
Parameters
Page to which this annotation will be attached to.
Bounding rectangle for this annotations image.
Stamp type to display.
Creates a new stamp with custom title.
Note: Starting with PSPDFKit 5.0 the subject will no longer influence the appearance of the stamp annotation. The title is used instead. To create a standard stamp use StampAnnotation.
Parameters
Page to which this annotation will be attached to.
Bounding rectangle for this annotations image.
Title to display on the stamp.
Intended for internal usage only