Click or drag to resize

FdfFieldItem Structure

A structure that represents a field name-value pair.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Patagames.Pdf.NetFdfFieldItem

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public struct FdfFieldItem

The FdfFieldItem type exposes the following members.

Constructors
 NameDescription
Public methodFdfFieldItem Initialize new instance of the FdfFieldItem structure.
Top
Properties
 NameDescription
Public propertyName Gets the FullName of the field in the FdfDocument.
Public propertyValues Gets an array of values of the field.
Top
See Also