Discuss this help topic in SecureBlackbox Forum

TElOfficeXMLSignatureInfoV1.HorizontalResolution

TElOfficeXMLSignatureInfoV1     See also     


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


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.

See also:     VerticalResolution    

Discuss this help topic in SecureBlackbox Forum