Namespace:
Cryptware.NPDFDigitSign
Assembly: NPDFDigitSign (in NPDFDigitSign.dll)
Assembly: NPDFDigitSign (in NPDFDigitSign.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property FontSize As Single Get Set |
C# |
---|
public float FontSize { get; set; } |
Visual C++ |
---|
public: property float FontSize { float get (); void set (float value); } |
JavaScript |
---|
function get_fontSize(); function set_fontSize(value); |