ImageGear Professional for Windows ActiveX
PRINT_RESOLUTION_Y

This parameter specifies the vertical resolution in dots per inch during the PDF document printing. The higher the value, the higher the quality of the image to be printed.

Data Type:

UINT

Default Value: 300

Valid Values: Any

Example:

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback