Provides control over PDF rendering and rendering options.

Note: rendering is only available under the ABCpdf Professional License.

Rendering is initiated by using the Save method. Properties of this object allow finer control over the way that rendering is performed.

System.Object
   WebSupergoo.ABCpdf6.XRendering

 

   
   
Method Description
GetBitmap Renders the current area of the current page to a Bitmap.
GetData Renders the current area of the current page to memory.
Save Renders and saves the current area of the current page.

 

   
   
Property Description
AntiAliasImages Whether to anti-alias images.
AntiAliasPoly Whether to anti-alias polygons.
AntiAliasScene Whether to apply entire scene anti-aliasing.
AntiAliasText Whether to anti-alias text.
AutoRotate Whether pages should be automatically rotated.
BitsPerChannel The output bits per color channel.
ColorSpace The name of the output color space.
DefaultHalftone Halftone type and options.
DotsPerInch The output resolution in dots per inch (DPI).
DotsPerInchX The horizontal output resolution in dots per inch (DPI).
DotsPerInchY The vertical output resolution in dots per inch (DPI).
DrawAnnotations Whether to render fields and annotations.
IccCmyk The path to the default CMYK ICC color profile.
IccGray The path to the default Gray ICC color profile.
IccRgb The path to the default RGB ICC color profile.
IccOutput The path to the default output ICC color profile.
Log The log for the last render.
NamedSeparation Named separations.
Overprint Whether to apply overprint.
SaveAlpha Whether to save the alpha channel into the output.
SaveAppend Whether to append to (rather than overwrite) existing image files.
SaveCompresson The preferred compression method.
SaveQuality The output file quality for lossy compression.
UseEmbeddedHalftone Whether to use embedded halftones.