Prod.: Engine, ver.: 6021, ID: 60001615, General : Improve printout quality for viewports with 3d render modes

General : Improve printout quality for viewports with 3d render modes

Article60001615
TypeGeneral
ProductEngine
Version6021
Date Added1/31/2012
FixedYes [2/3/2012]
Submitted byAnirudha Sardesai
Keywords

Subject

Improve printout quality for viewports with 3d render modes

Summary

Improve printout quality for viewports with 3d render modes

Solution

Improved in 6022

Print out problems can be resolved by changing the vdPrint.MaxBitmapSize to a smaller value or by decreasing the vdPrint.Resolution property.

Note : vdPrint.MaxBitmapSize value type was changed from constant enum to a single integer. We did this change in order to provide more options to this property.

The integer value represents the maximum Bitmap size in MBytes used when printing to a printer/plotter or when exporting the document to a pdf or svg file formats.
 

Older source code that use this property must be modified from StdBitmapSizes enum values to integer values us follow: