Gets or sets a flag indicating if the field is exported by a submit form action. This property is true by default

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

Syntax

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

Property Value

Type: Boolean

See Also