IFixedFormatDocument
IFixedFormatDocument interface
Defines methods that are required for access formats of fixed structure, such as PDF or presentations.
public interface IFixedFormatDocument
Methods
| Name | Description |
|---|---|
| LoadImages(RedactionFilter[]) | Loads an array of raster image instances, contained within the document, matching RedactionFilter set. |
| RedactAnnotation(Regex, ReplacementOptions) | Replaces the matching text in all annotations within the document with given options. |
Remarks
Learn more
- More details about applying redactions: Redaction basics
- More details about PageAreaRedaction: Use PageAreaRedaction
- More details about implementing custom formats: Create custom format handler
See Also
- namespace GroupDocs.Redaction.Integration
- assembly GroupDocs.Redaction