[]
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.
public int ColorDepth { get; set; }
Public Property ColorDepth As Integer
SignatureDetails details = new SignatureDetails();
details.ColorDepth = 32;
int colorDepth = details.ColorDepth;