Namespace:
Cryptware.NPDFDigitSign
Assembly: NPDFDigitSign (in NPDFDigitSign.dll)
Assembly: NPDFDigitSign (in NPDFDigitSign.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property SignatureImg As Image Get Set |
C# |
---|
public Image SignatureImg { get; set; } |
Visual C++ |
---|
public: property Image^ SignatureImg { Image^ get (); void set (Image^ value); } |
JavaScript |
---|
function get_signatureImg(); function set_signatureImg(value); |