Class PdfToJpegOptions
Info
Represents PDF to JPEG converter options for the Documentize.JpegConverter plugin.
public sealed class PdfToJpegOptions : PluginBaseOptions, IPluginOptions
Inheritance
object ← PluginBaseOptions ← PdfToJpegOptions
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
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
PageList
Gets or sets a list of pages for the process.
public List<int> PageList { get; set; }
Property Value
Quality
Gets and sets output quality. Specifies the level of compression for an image. The range of useful values for the quality is from 0 to 100. The lower the number specified, the higher the compression and therefore the lower the quality of the image. Zero would give you the lowest quality image and 100 the highest.
public int Quality { get; set; }
Property Value
Namespace: Documentize Assembly: Documentize.dll