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