Discuss this help topic in SecureBlackbox Forum

TElOfficeXMLSignatureInfoV1.ColorDepth

TElOfficeXMLSignatureInfoV1     See also     


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


Specifies the color depth of the primary monitor of the machine on which the digital signature was created.

Declaration

[C#]
    int ColorDepth;

[VB.NET]
    Property ColorDepth As Integer

[Pascal]
    property ColorDepth : integer;

[C++]
    int32_t get_ColorDepth();
    void set_ColorDepth(int32_t Value);

[PHP]
    integer get_ColorDepth()
    void set_ColorDepth(integer $Value)

[Java]
    int getColorDepth();
    void setColorDepth(int Value);

Description

    Use this property to specify the color depth of the primary monitor of the machine on which the digital signature was created.

See also:     Monitors    

Discuss this help topic in SecureBlackbox Forum