A biwise OR of flags specifying various characteristics of the action

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public PdfFormSubmitFlags Flags { get; set; }
Visual Basic
Public Property Flags As PdfFormSubmitFlags
	Get
	Set
Visual C++
public:
property PdfFormSubmitFlags Flags {
	PdfFormSubmitFlags get ();
	void set (PdfFormSubmitFlags value);
}

Property Value

Type: PdfFormSubmitFlags

See Also