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

See Also