RasterizationOptions class

RasterizationOptions class

Provides options for converting files into PDF.

The RasterizationOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance.

Properties

Property Description
enabled Gets or sets a value indicating whether all pages in the document need to be converted to images and put in a single PDF file. TRUE by default, set to FALSE in order to avoid rasterization.
page_index Gets or sets the index of the first page (0-based) to convert into PDF.
page_count Gets or sets the number of pages to be converted into PDF.
compliance Gets or sets the PDF Compliance level.
has_advanced_options Gets an indicator, which is true if advanced rasterization options are set.

Methods

Method Description
add_advanced_option You can use this method to register an advanced rasterization option to apply.

Remarks

Learn more | | | |

Example

The following example demonstrates how to set options for the rasterization process.

See Also