[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SignatureDetails.ColorDepth

ColorDepth Property

ColorDepth

Gets the color depth field in the additional information dialog.

This value represents the color depth stored in these signature details for use when displaying signature-related additional information.

Declaration
public int ColorDepth { get; set; }
Public Property ColorDepth As Integer
Examples
SignatureDetails details = new SignatureDetails();
details.ColorDepth = 32;
int colorDepth = details.ColorDepth;