public interface IFixedFormatDocument
Defines methods that are required for access formats of fixed structure, such as PDF or presentations.
Learn more
| Modifier and Type | Method and Description |
|---|---|
IImageFormatInstance[] |
loadImages(RedactionFilter[] filters)
Loads an array of raster image instances, contained within the document, matching
Redactions.RedactionFilter set. |
RedactionResult |
redactAnnotation(Pattern regularExpression,
ReplacementOptions options)
Replaces the matching text in all annotations within the document with given options.
|
IImageFormatInstance[] loadImages(RedactionFilter[] filters) throws Exception
Loads an array of raster image instances, contained within the document, matching Redactions.RedactionFilter set.
filters - An array of RedactionFilter instances to applyExceptionRedactionResult redactAnnotation(Pattern regularExpression, ReplacementOptions options)
Replaces the matching text in all annotations within the document with given options.
regularExpression - Regular expression to search and replaceoptions - Replacement optionsCopyright © 2025. All rights reserved.