Class PdfToImage
Class PdfToImage
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
表示 PDF 转图像插件。
public abstract class PdfToImage : IPlugin, IDisposable
继承
派生
实现
继承成员
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
备注
Aspose.Pdf.Plugins.PdfToImage 类用于将 PDF 文档转换为图像。
构造函数
PdfToImage()
protected PdfToImage()
方法
Dispose()
实现 System.IDisposable。实际上,对于 Aspose.Pdf.Plugins.PdfToImage 来说并不是必需的。
public void Dispose()
Process(IPluginOptions)
使用指定参数启动 Aspose.Pdf.Plugins.PdfToImage 处理。
public ResultContainer Process(IPluginOptions pdfImageOptions)
参数
pdfImageOptions
IPluginOptions
一个包含 PdfImage 指令的选项对象。
返回
一个包含转换结果的 ResultContainer 对象。