ImageGear Professional for Windows ActiveX
SAVE_FLAGS

(Used with PDF write only.) This parameter specifies an option for saving a PDF file that allows you to remove unreferenced objects, often reducing file size as well as to write a linearized file for page-served remote (network) access.

Data Type:

UINT

Default Value: IG_PDF_OPTIMIZED = 32

Valid Values: A bit composition of an OR of the following values:

Example:

 
Copy Code
Dim currentFormat As IGFormatParams
Dim currentParameter As IGControlParameter
Set currentFormat =
frmMain.IGFormatsCtl1.Settings.Format(Index)
Set currentParameter = currentFormat.GetParamCopy("SAVE_FLAGS")
currentParameter.value.Long = 4 Or 32
currentFormat.UpdateParamFrom currentParameter

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback