Class ImageExtractorOptions
Class ImageExtractorOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
表示用于 ImageExtractor 插件的图像提取选项。
public sealed class ImageExtractorOptions : PdfExtractorOptions, IPluginOptions
继承
object ← PdfExtractorOptions ← ImageExtractorOptions
实现
继承成员
PdfExtractorOptions.AddInput(IDataSource), PdfExtractorOptions.Inputs, PdfExtractorOptions.OperationName, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
备注
它继承了添加表示输入 PDF 文档的数据(文件、流)的功能。
构造函数
ImageExtractorOptions()
public ImageExtractorOptions()
属性
OperationName
返回操作的名称。
public override string OperationName { get; }