groupdocs.redaction.integration

On this page

Types under groupdocs.redaction.integration.

Classes

Class Description
DocumentFormatInstance Represents a specific format of a document and can be implemented to add custom document types.
IAnnotatedDocument Defines methods required for accessing annotations, such as comments, and must be implemented by a DocumentFormatInstance-derived class to perform annotation redactions.
ICellularFormatInstance Defines methods required for accessing spreadsheet formats that contain one or many worksheets.
IFixedFormatDocument Defines methods that are required for access formats of fixed structure, such as PDF or presentations.
IImageFormatInstance Defines methods required for raster image format redactions.
IMetadataAccess Defines methods that are required for access to metadata of a document, if the format supports it.
IPaginatedDocument Defines methods that are required to manipulate a document’s pages. Needs to be implemented by DocumentFormatInstance-derived class to perform page redactions.
IPreviewable Defines methods to create a preview of the document.
IRasterizableDocument Defines methods required for saving a document in any binary form. Built-in types save a document as a PDF with images of its pages.
ITextualFormatInstance Represents an interface that defines methods required for redacting textual data in any document containing text.
MetadataCollection Represents a dictionary of MetadataItem with its title as a key.
MetadataItem Represents an item of metadata, common for all supported formats and used in metadata redactions.

On this page