Class FormFlattener
情報
Documentize.FormFlattener プラグインを表します。PDF ドキュメント内のフィールドをフラット化するために使用されます。
[Obsolete("The class will be deleted soon. Please use PdfForm class.")]
public static class FormFlattener継承
継承されたメンバー
- 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)パラメーター
pathstring: PDF ドキュメントへのパス。
戻り値
PDF ドキュメント内の名前のリスト。
GetFieldNames(Stream) : PDF ドキュメント内のフィールド名を取得します。
public static List<string> GetFieldNames(Stream stream)パラメーター
streamStream: PDF ドキュメントを含むストリーム。
戻り値
PDF ドキュメント内の名前のリスト。
Process(FlattenFieldsOptions) : PDF ドキュメント内のフォームフィールドをフラット化します。
public static ResultContainer Process(FlattenFieldsOptions options)パラメーター
optionsFlattenFieldsOptions: 操作の指示を含むオプション オブジェクト。
戻り値
ResultContainer : 操作結果を含むオブジェクト。
例外
オプションが設定されていない場合。
名前空間: Documentize アセンブリ: Documentize.dll