Class FormFlattener

情報

Documentize.FormFlattener プラグインを表します。PDF ドキュメントのフィールドをフラット化するために使用されます。

[Obsolete("The class will be deleted soon. Please use PdfForm class.")]
public static class FormFlattener

Inheritance

objectFormFlattener

Inherited Members

メソッド

GetFieldNames(string)

PDF ドキュメント内のフィールド名を取得します。

public static List<string> GetFieldNames(string path)

Parameters

  • path string: PDF ドキュメントへのパス。

Returns

List<string>

PDF ドキュメント内の名前のリスト。

GetFieldNames(Stream) : PDF ドキュメント内のフィールド名を取得します。

public static List<string> GetFieldNames(Stream stream)

Parameters

  • stream Stream: PDF ドキュメントを含むストリーム。

Returns

List<string>

PDF ドキュメント内の名前のリスト。

Process(FlattenFieldsOptions) : PDF ドキュメントのフォームフィールドをフラット化します。

public static ResultContainer Process(FlattenFieldsOptions options)

Parameters

Returns

ResultContainer : 操作の結果を含むオブジェクト。

Exceptions

ArgumentException

オプションが設定されていない場合。

Namespace: Documentize Assembly: Documentize.dll

 日本語