Class FormFlattener
情報
Documentize.FormFlattener プラグインを表します。PDF ドキュメントのフィールドをフラット化するために使用されます。
[Obsolete("The class will be deleted soon. Please use PdfForm class.")]
public static class FormFlattenerInheritance
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
メソッド
GetFieldNames(string)
PDF ドキュメント内のフィールド名を取得します。
public static List<string> GetFieldNames(string path)Parameters
pathstring: PDF ドキュメントへのパス。
Returns
PDF ドキュメント内の名前のリスト。
GetFieldNames(Stream) : PDF ドキュメント内のフィールド名を取得します。
public static List<string> GetFieldNames(Stream stream)Parameters
streamStream: PDF ドキュメントを含むストリーム。
Returns
PDF ドキュメント内の名前のリスト。
Process(FlattenFieldsOptions) : PDF ドキュメントのフォームフィールドをフラット化します。
public static ResultContainer Process(FlattenFieldsOptions options)Parameters
optionsFlattenFieldsOptions: 操作の指示を含むオプションオブジェクト。
Returns
ResultContainer : 操作の結果を含むオブジェクト。
Exceptions
オプションが設定されていない場合。
Namespace: Documentize Assembly: Documentize.dll