Class PdfToTiffOptions
Info
Represents PDF to TIFF converter options for the Documentize.TiffConverter plugin.
public sealed class PdfToTiffOptions : PluginBaseOptions, IPluginOptions
Inheritance
object ← PluginBaseOptions ← PdfToTiffOptions
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
PdfToTiffOptions()
Initializes a new instance of the Documentize.PdfToTiffOptions object.
public PdfToTiffOptions()
Properties
MultiPage
Gets and sets flag that allows to save all pages in one multi-page tiff.
public bool MultiPage { get; set; }
Property Value
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