PDFView4NET WPF Edition
UseHttpGet Property




O2S.Components.PDFView4NET.Actions Namespace > PDFSubmitFormAction Class : UseHttpGet Property
Gets or sets a value indicating whether the field names and values should be submitted using HTTP GET method.
Syntax
'Declaration
 
Public Property UseHttpGet As Boolean
'Usage
 
Dim instance As PDFSubmitFormAction
Dim value As Boolean
 
instance.UseHttpGet = value
 
value = instance.UseHttpGet
public bool UseHttpGet {get; set;}
public: __property bool get_UseHttpGet();
public: __property void set_UseHttpGet( 
   bool value
);
public:
property bool UseHttpGet {
   bool get();
   void set (    bool value);
}

Property Value

True if the field names and values should be submitted using HTTP GET method. If false, the field names and values are submitted using HTTP POST method. Default is false.
Remarks
This property has meaning only if DataFormat property is DataFormat.HTML or DataFormat.PDF.
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

PDFSubmitFormAction Class
PDFSubmitFormAction Members