Click or drag to resize

FdfFieldItem Structure

A structure that represents a field name-value pair.

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
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