 | 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
Syntaxpublic struct FdfFieldItem
Public Structure FdfFieldItem
public value class FdfFieldItem
[<SealedAttribute>]
type FdfFieldItem = struct end
public final class FdfFieldItem extends ValueType
JavaScript supports the use of structures, but not the declaration of new ones.
The FdfFieldItem type exposes the following members.
Constructors
| Name | Description |
---|
 | FdfFieldItem |
Initialize new instance of the FdfFieldItem structure.
|
Top
Properties
| Name | Description |
---|
 | Name | |
 | Values |
Gets an array of values of the field.
|
Top
See Also