StampType

constructor(@NonNull name: String)

Creates a StampType for the given name. This should usually not be used. For better compatibility with other PDF readers, standard stamp types should be used. To render custom text in a stamp, set null as stamp type at StampAnnotation.setStampType(StampType) and set the title instead at StampAnnotation.setTitle(String).

Parameters

name

The text to set as the stamp name.