Class PdfToPngOptions
Info
Represents PDF to PNG converter options for the Documentize.PngConverter plugin.
public sealed class PdfToPngOptions : PluginBaseOptions, IPluginOptions
Inheritance
object ← PluginBaseOptions ← PdfToPngOptions
Implements
Inherited Members
- PluginBaseOptions.AddInput(IDataSource),
- PluginBaseOptions.AddOutput(IDataSource),
- PluginBaseOptions.Inputs,
- PluginBaseOptions.Outputs,
- PluginBaseOptions.CloseInputStreams,
- PluginBaseOptions.CloseOutputStreams,
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
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
PageList
Gets or sets a list of pages for the process.
public List<int> PageList { get; set; }
Property Value
Namespace: Documentize Assembly: Documentize.dll