Discuss this help topic in SecureBlackbox Forum

TElOfficeXMLSignatureInfoV1.VerticalResolution

TElOfficeXMLSignatureInfoV1     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     HorizontalResolution    

Discuss this help topic in SecureBlackbox Forum