Namespace:
Cryptware.NPDFDigitSign
Assembly: NPDFDigitSign (in NPDFDigitSign.dll)
Assembly: NPDFDigitSign (in NPDFDigitSign.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property SignatureVisible As Boolean Get Set |
C# |
---|
public bool SignatureVisible { get; set; } |
Visual C++ |
---|
public: property bool SignatureVisible { bool get (); void set (bool value); } |
JavaScript |
---|
function get_signatureVisible(); function set_signatureVisible(value); |