PDFView4NET WPF Edition
Url Property




O2S.Components.PDFView4NET.Actions Namespace > PDFSubmitFormAction Class : Url Property
Gets or sets the URL for submitting the form data.
Syntax
'Declaration
 
Public Property Url As String
'Usage
 
Dim instance As PDFSubmitFormAction
Dim value As String
 
instance.Url = value
 
value = instance.Url
public string Url {get; set;}
public: __property string* get_Url();
public: __property void set_Url( 
   string* value
);
public:
property String^ Url {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value specifying the URL where the form data should be submitted.
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