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