Class GetFieldNamesOptions
信息
表示 Documentize.PdfForm 插件在文档中获取字段名称的选项。
public class GetFieldNamesOptions继承关系
继承的成员
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
构造函数
GetFieldNamesOptions(string)
用于提供文件路径的选项构造函数。
public GetFieldNamesOptions(string path)参数
pathstring: 输入文件的路径。
GetFieldNamesOptions(Stream)
用于提供流的选项构造函数。
public GetFieldNamesOptions(Stream stream)参数
streamStream: 输入流。
Namespace: Documentize Assembly: Documentize.dll