PDFView4NET WinForms Edition
NoExport Property




O2S.Components.PDFView4NET.Forms Namespace > PDFField Class : NoExport Property
Gets or sets a value indicating whether the field can be exported or not.
Syntax
'Declaration
 
Public Property NoExport As Boolean
'Usage
 
Dim instance As PDFField
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

True if the field can not be exported, false otherwise. Default is false.
Remarks
If true, the field must not be exported by a submit-form action.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFField Class
PDFField Members