+++
categories = "Class"
title = "Class GetFieldNamesOptions"
description = "表示通过 Documentize.PdfForm 插件在文档中获取字段名称的选项。"
+++
信息
表示通过 Documentize.PdfForm 插件在文档中获取字段名称的选项。
```csharp
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:输入流。
命名空间: Documentize
程序集: Documentize.dll