Click or drag to resize

PdfFieldNoExport Property

Gets or sets a flag indicating whether the field must be exported by a PdfSubmitFormAction.

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 bool NoExport { get; set; }

Property Value

Type: Boolean
If true, the field must not be exported by a submit-form action.
See Also