Discuss this help topic in SecureBlackbox Forum

TElOfficeXMLSignatureInfoV1.Monitors

TElOfficeXMLSignatureInfoV1     See also     


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


Specifies the number of monitors on the machine where the digital signature was created.

Declaration

[C#]
    int Monitors;

[VB.NET]
    Property Monitors As Integer

[Pascal]
    property Monitors : integer;

[C++]
    int32_t get_Monitors();
    void set_Monitors(int32_t Value);

[PHP]
    integer get_Monitors()
    void set_Monitors(integer $Value)

[Java]
    int getMonitors();
    void setMonitors(int Value);

Description

    Use this property to set the number of monitors on the machine where the digital signature was created.

See also:     ColorDepth    

Discuss this help topic in SecureBlackbox Forum