Accusoft.ImagXpressSdk Namespace > LoadOptionsCad Class : PaperBitDepth Property |
'Declaration Public Property PaperBitDepth As Integer
'Usage Dim instance As LoadOptionsCad Dim value As Integer instance.PaperBitDepth = value value = instance.PaperBitDepth
public int PaperBitDepth {get; set;}
Bitdepth affects image size and the maximum possible number of colors. Typically, 8 bit per color is sufficient for many 2D CAD drawings.
Note: Available in Professional edition.