Discuss this help topic in SecureBlackbox Forum
Specifies the vertical resolution of the primary monitor of the machine on which the digital signature was created.
Declaration
[C#]
int VerticalResolution;
[VB.NET]
Property VerticalResolution As Integer
[Pascal]
property VerticalResolution : integer;
[C++]
int32_t get_VerticalResolution();
void set_VerticalResolution(int32_t Value);
[PHP]
integer get_VerticalResolution()
void set_VerticalResolution(integer $Value)
[Java]
int getVerticalResolution();
void setVerticalResolution(int Value);
Description
Use this property to specify the vertical resolution of the primary monitor of the machine on which the digital signature was created.
Discuss this help topic in SecureBlackbox Forum