Class ImageExtractorOptions
Class ImageExtractorOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll (25.4.0)
Represents images extraction options for the 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()
public ImageExtractorOptions()
Properties
OperationName
Returns name of the operation.
public override string OperationName { get; }