ImageGear Professional for Windows ActiveX
USE_CROP_BOX

True - use PDF crop box rectangle for page layout; False - use PDF media rectangle for page layout.

Data Type:

AT_BOOL

Valid Values: False, True

Default Value: True

Example:

 
Copy Code
Dim currentFormat As IGFormatParams
Dim currentParameter As IGControlParameter
Set currentFormat =
frmMain.IGFormatsCtl1.Settings.Format(Index)
Set currentParameter =
currentFormat.GetParamCopy("USE_CROP_BOX")
currentParameter.value.Boolean = False
currentFormat.UpdateParamFrom currentParameter

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback