Class PdfToPngOptions

Info

Represents PDF to PNG converter options for the Documentize.PngConverter plugin.

public sealed class PdfToPngOptions : PluginBaseOptions, IPluginOptions

Inheritance

objectPluginBaseOptionsPdfToPngOptions

Implements

Inherited Members

Constructors

PdfToPngOptions()

Initializes a new instance of the Documentize.PdfToPngOptions object.

public PdfToPngOptions()

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;

Namespace: Documentize Assembly: Documentize.dll

 English