Class PdfToJpegOptions

Info

Represents PDF to JPEG converter options for the Documentize.JpegConverter plugin.

public sealed class PdfToJpegOptions : PluginBaseOptions, IPluginOptions

Inheritance

objectPluginBaseOptionsPdfToJpegOptions

Implements

Inherited Members

Constructors

PdfToJpegOptions()

Initializes a new instance of the Documentize.PdfToJpegOptions object.

public PdfToJpegOptions()

Properties

OutputResolution

Gets or sets the resolution value of the resulting images.

public int OutputResolution { get; set; }

Property Value

int

PageList

Gets or sets a list of pages for the process.

public List<int> PageList { get; set; }

Property Value

List<int&gt;

Quality

Gets and sets output quality.

public int Quality { get; set; }

Property Value

int

Namespace: Documentize Assembly: Documentize.dll

 English