This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /api/python/editors/pdf/annotations/pdf-stamp-annotation.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. PdfStampAnnotation

Represents a stamp annotation.

from nutrient_sdk import PdfStampAnnotation

Inherits from: PdfMarkupAnnotation

Construction

PdfStampAnnotation cannot be instantiated directly. Obtain instances through static factory methods or via other SDK classes.

Properties

stamp_name

@property
def stamp_name(self) -> str

The stamp name/type (e.g., “Approved”, “Draft”, “Confidential”).

Type: str

Read-only property.


stamp_style

@property
def stamp_style(self) -> PdfRubberStampIcon
@stamp_style.setter
def stamp_style(self, value: PdfRubberStampIcon) -> None

The stamp icon style.

Type: PdfRubberStampIcon


stamp_subtitle

@property
def stamp_subtitle(self) -> str

The stamp subtitle for custom stamps.

Type: str

Read-only property.


stamp_title

@property
def stamp_title(self) -> str

The 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