PDFView4NET WinForms Edition
ExportValue Property




O2S.Components.PDFView4NET.Forms Namespace > PDFCheckWidget Class : ExportValue Property
Gets or sets the export value for this check box widget.
Syntax
'Declaration
 
Public Property ExportValue As String
'Usage
 
Dim instance As PDFCheckWidget
Dim value As String
 
instance.ExportValue = value
 
value = instance.ExportValue
public string ExportValue {get; set;}
public: __property string* get_ExportValue();
public: __property void set_ExportValue( 
   string* value
);
public:
property String^ ExportValue {
   String^ get();
   void set (    String^ value);
}

Property Value

The value that is exported from the form if the widget is checked.
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

PDFCheckWidget Class
PDFCheckWidget Members