Class ImageExtractorOptions
Info
Represents images extraction options for the Documentize.ImageExtractor plugin.
public sealed class ImageExtractorOptions : PdfExtractorOptions, IPluginOptions
Inheritance
object ← PdfExtractorOptions ← ImageExtractorOptions
Implements
Inherited Members
- PdfExtractorOptions.AddInput(IDataSource),
- PdfExtractorOptions.Inputs,
- PdfExtractorOptions.OperationName,
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Remarks
It inherits functions to add data (files, streams) representing input PDF documents.
Constructors
ImageExtractorOptions()
Initializes a new instance of the Documentize.ImageExtractorOptions object.
public ImageExtractorOptions()
Properties
OperationName
Returns name of the operation.
public override string OperationName { get; }
Property Value
Namespace: Documentize Assembly: Documentize.dll