IsUseGetMethod Property (PdfSubmitFormAction)
Gets or sets a value indicating whether fields are submitted using an HTTP GET request.
'Declaration
Public Property IsUseGetMethod As Boolean
public bool IsUseGetMethod { get; set; }
public: __property bool get_IsUseGetMethod();
public: __property void set_IsUseGetMethod(
bool
);
public:
property bool IsUseGetMethod {
bool get();
void set(bool );
}
Property Value
true - field names and values must be submitted using an HTTP GET request; false - field names and values must be submitted using an HTTP POST request.
This property is meaningful only when the SubmitFormat property is set to PdfInteractiveFormFieldSubmitFormat.HTML.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5