PdfStampAnnotation
Represents a stamp annotation.
from nutrient_sdk import PdfStampAnnotationInherits from: PdfMarkupAnnotation
Construction
PdfStampAnnotation cannot be instantiated directly. Obtain instances through static factory methods or via other SDK classes.
Properties
stamp_name
@propertydef stamp_name(self) -> strThe stamp name/type (e.g., “Approved”, “Draft”, “Confidential”).
Type: str
Read-only property.
stamp_style
@propertydef stamp_style(self) -> PdfRubberStampIcon
@stamp_style.setterdef stamp_style(self, value: PdfRubberStampIcon) -> NoneThe stamp icon style.
Type: PdfRubberStampIcon
stamp_subtitle
@propertydef stamp_subtitle(self) -> strThe stamp subtitle for custom stamps.
Type: str
Read-only property.
stamp_title
@propertydef stamp_title(self) -> strThe stamp title for custom stamps.
Type: str
Read-only property.
Inherited members
From PdfAnnotation: blend_mode, border_effect, border_effect_intensity, border_style, border_width, color, contents, index, is_hidden, is_printable, modification_date, name, rect, sub_type, title
From PdfMarkupAnnotation: creation_date, opacity, rich_text_contents, subject