PdfMarkupAnnotation
Represents a markup annotation that can have replies and additional properties.
from nutrient_sdk import PdfMarkupAnnotationInherits from: PdfAnnotation
Construction
PdfMarkupAnnotation cannot be instantiated directly. Obtain instances through static factory methods or via other SDK classes.
Properties
creation_date
@propertydef creation_date(self) -> strThe creation date of the annotation.
Type: str
Read-only property.
opacity
@propertydef opacity(self) -> float
@opacity.setterdef opacity(self, value: float) -> NoneThe opacity of the annotation (0.0 to 1.0).
Type: float
rich_text_contents
@propertydef rich_text_contents(self) -> strThe rich text contents of the annotation.
Type: str
Read-only property.
subject
@propertydef subject(self) -> str
@subject.setterdef subject(self, value: str) -> NoneThe subject of the annotation.
Type: str
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
Inheritors
PdfFreeTextAnnotationPdfHighlightAnnotationPdfRedactAnnotationPdfShapeAnnotationPdfSquigglyAnnotationPdfStampAnnotationPdfStrikeOutAnnotationPdfTextAnnotationPdfUnderlineAnnotation