RedactionType

RedactionType enumeration

Represents a type of document’s data, affected by redaction.

public enum RedactionType

Values

Name Value Description
Text 0 The document’s body text.
Metadata 1 The document’s metadata.
Annotation 2 The annotations within document’s text.
ImageArea 3 The area within an image.
Page 4 The page of a document.

Remarks

Learn more

See Also