PdfRedactAnnotation
Represents a redaction annotation that marks content to be redacted.
from nutrient_sdk import PdfRedactAnnotationInherits from: PdfMarkupAnnotation
Construction
PdfRedactAnnotation cannot be instantiated directly. Obtain instances through static factory methods or via other SDK classes.
Properties
interior_color
@propertydef interior_color(self) -> Color
@interior_color.setterdef interior_color(self, value: Color) -> NoneThe interior color (fill color after redaction is applied).
Type: Color
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