ImageGear Professional for Windows ActiveX
DEPTH

This parameter specifies bit depth in bits per pixels during the PostScript document conversion into the raster image. The higher the value, the higher the quality of the raster image, and therefore more memory is required for the rasterization. The DIB of the output raster image has this value as a bit count.

Data Type:

UINT

Default Value: 24

Valid Values: 1, 8, 24

Example:

 
Copy Code
Dim currentFormat As IGFormatParams
Dim currentParameter As IGControlParameter
Set currentFormat =
frmMain.IGFormatsCtl1.Settings.Format(Index)
Set currentParameter = currentFormat.GetParamCopy("DEPTH")
currentParameter.value.Long = 1
currentFormat.UpdateParamFrom currentParameter

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback