Viewing Class |
The profile to convert PDF documents to JPEG or PNG images for viewing
This profile is suitable for converting PDFs to rasterized images for using in web and desktop viewing applications or as thumbnails.
By default, ImageOptions is set to PngImageOptions which uses the output format PNG and lossless compression. If set to JpegImageOptions, the output format is JPEG.
public class Viewing : Profile
The Viewing type exposes the following members.
Name | Description | |
---|---|---|
ContentOptions | The parameters how to render PDF content elements (Inherited from Profile) | |
ImageOptions | The settings for the output image Supported types are:
Default: PngImageOptions | |
ImageSectionMapping | The image section mapping This property specifies how a PDF page is placed onto the target image. Supported types are:
Default: RenderPageAtResolution with 150 DPI. |
Name | Description | |
---|---|---|
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) |