Stamp Picker Item
Entity representing single stamp in StampPickerDialog.
Types
Link copied to clipboard
Builder for creating custom stamps with bitmap image.
Link copied to clipboard
Builder for creating custom stamps from PredefinedStampType or custom String stamp type.
Properties
Link copied to clipboard
Generator for custom appearance streams.
Link copied to clipboard
A field that generates the instances of this class from the provided Parcel.
Link copied to clipboard
Default stamp annotation aspect ration.
Link copied to clipboard
Default stamp annotation height.
Link copied to clipboard
Default stamp annotation width.
Link copied to clipboard
The default height of the stamp in PDF coordinates.
Link copied to clipboard
The default width of the stamp in PDF coordinates.
Functions
Link copied to clipboard
Creates stamp annotation from picker item data.
Link copied to clipboard
Describes the kinds of special objects contained in this Parcelable instance.
Link copied to clipboard
Creates builder for stamp annotation with bitmap image.
Link copied to clipboard
open fun fromPredefinedType(@NonNull context: Context, @NonNull predefinedStampType: PredefinedStampType): StampPickerItem.Builder
Creates builder for stamp annotations pre-filled with properties of PredefinedStampType.
Link copied to clipboard
open fun fromStampType(@NonNull context: Context, @NonNull stampType: StampType): StampPickerItem.Builder
Creates builder for stamp annotation using a custom stamp type.
Link copied to clipboard
Returns default list of stamp picker items.
Link copied to clipboard
Returns
true for special custom stamp can be personalized by users.Link copied to clipboard
Flattens this object into a Parcel.