[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IReadOnlySignatureDetails.ColorDepth

ColorDepth Property

ColorDepth

Gets the "color depth" field in the additional information dialog.

This value is part of the signature details metadata shown in the additional information dialog for a digital signature.

Declaration
int ColorDepth { get; }
ReadOnly Property ColorDepth As Integer
Examples
workbook.Open(GetSignedWorkbookStream());
ISignature signature = workbook.Signatures[0];
IReadOnlySignatureDetails details = signature.Details;
int colorDepth = details.ColorDepth;