Class XpsConverter
Class XpsConverter
Namespace: Aspose.Page.Plugins
Assembly: Aspose.Page.dll (25.1.2)
public class XpsConverter : IPlugin, IDisposable
继承
实现
继承成员
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
构造函数
XpsConverter()
public XpsConverter()
方法
Dispose()
IDisposable 的实现。
public void Dispose()
Process(IPluginOptions)
使用指定的参数启动 XpsConverter 处理。
public ResultContainer Process(IPluginOptions options)
参数
options
IPluginOptions
一个包含 XpsConverter 指令的选项对象。
返回
一个包含操作结果的 ResultContainer 对象。