Item
Field indexer (1 of 2)
通过子字段的名称获取该字段中包含的子字段。
public WidgetAnnotation this[string name] { get; }
范围 | 描述 |
---|---|
name | 包含的子字段名称。 |
返回值
字段实例。
也可以看看
- class WidgetAnnotation
- class Field
- 命名空间 Aspose.Pdf.Forms
- 部件 Aspose.PDF
Field indexer (2 of 2)
通过索引获取该字段中包含的子字段。
public WidgetAnnotation this[int index] { get; }
范围 | 描述 |
---|---|
index | 请求子字段的索引。 |
返回值
字段实例。
也可以看看
- class WidgetAnnotation
- class Field
- 命名空间 Aspose.Pdf.Forms
- 部件 Aspose.PDF