PDF_EPS_AsImg Property

Build 1501 on 14/Nov/2017  This topic last edited on: 7/Nov/2013, at 12:15

Description

Provides PDF downsampling when set to True.

Default value is False.

If True, in the output is placed the ''image render'' of the EPS/PDF original files.

This flag also activates the manual color conversion instead of automatic APDFL color conversion: the result is an output with all images fully compressed.

This option is used to obtain a low-size output: the final PDF will not contain any of vectorial objects saved into these documents.

You can manage this property also in the Print Dialog on the Compression tab in the PDF and EPS objects in page group.

Available in version 2.0 or newer.

Syntax

optprint.PDF_EPS_AsImg [=] True|False

optprint

print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")

Example

Dim optPrint As Editorial.PrintOptions = Nothing

optPrint = Fred.GetPDFOptions("")

optPrint.PDF_EPS_AsImg = True