Namespace:  Cryptware.NPDFDigitSign
Assembly:  NPDFDigitSign (in NPDFDigitSign.dll)

Syntax

Visual Basic (Declaration)
Public Property CAdES As Boolean
	Get
	Set
C#
public bool CAdES { get; set; }
Visual C++
public:
property bool CAdES {
	bool get ();
	void set (bool value);
}
JavaScript
function get_cAdES();
function set_cAdES(value);

See Also