ActiveReports Developer 7
ColorDepth Property
See Also 
GrapeCity.ActiveReports.Export.Image.v7 Assembly > GrapeCity.ActiveReports.Export.Image.Page Namespace > Settings Class : ColorDepth Property

Glossary Item Box

Gets or sets the number of bits per pixel for the image to be drawn. The default value is 8 bits per pixel, but it is possible to select 1, 4, 16, 24, 32 or 64 bits.

Syntax

Visual Basic (Declaration) 
Public Property ColorDepth As System.String
C# 
public System.string ColorDepth {get; set;}

See Also