 | PdfFieldNoExport Property |
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 bool NoExport { get; set; }
Public Property NoExport As Boolean
Get
Set
public:
property bool NoExport {
bool get ();
void set (bool value);
}
member NoExport : bool with get, set
/** @property */
public boolean get_NoExport()
/** @property */
public void set_NoExport(boolean value)
function get_NoExport();
function set_NoExport(value);
Property Value
Type:
Boolean
If true, the field must not be exported by a submit-form action.
See Also