ImageGear Professional for Windows ActiveX
PRINT_DEPTH

This parameter specifies bit depth in bits per pixels during the PDF document printing. The higher the value, the higher the quality of the raster image, and therefore more memory is required for printing.

Data Type:

UINT

Default Value: 8

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("PRINT_DEPTH")
currentParameter.value.Long = 1
currentFormat.UpdateParamFrom currentParameter

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback