Class PsConverter

Class PsConverter

Namespace: Aspose.Page.Plugins
Assembly: Aspose.Page.dll (25.1.2)

public class PsConverter : IPlugin, IDisposable

继承

objectPsConverter

实现

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

包含操作结果的 ResultContainer 对象。

异常

NotSupportedException

 中文