ImageGear v26.0 - Updated
NoExport Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Field Class : NoExport Property
Gets or sets a value indicating whether this field is included when the form is submitted.
Syntax
'Declaration
 
Public Property NoExport As Boolean
'Usage
 
Dim instance As Field
Dim value As Boolean
 
instance.NoExport = value
 
value = instance.NoExport
public bool NoExport {get; set;}
public: __property bool get_NoExport();
public: __property void set_NoExport( 
   bool value
);
public:
property bool NoExport {
   bool get();
   void set (    bool value);
}

Property Value

Whether this field is included when the form is submitted or not.
See Also

Reference

Field Class
Field Members

Is this page helpful?
Yes No
Thanks for your feedback.