Class TiffOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Represents Pdf to Tiff converter options for the Aspose.Pdf.Plugins.Tiff plugin.
public sealed class TiffOptions : PdfToImageOptions, IPluginOptions
Inheritance
object ← PdfToImageOptions ← TiffOptions
Implements
Inherited Members
PdfToImageOptions.AddInput(IDataSource), PdfToImageOptions.AddOutput(IDataSource), PdfToImageOptions.Inputs, PdfToImageOptions.OperationName, PdfToImageOptions.Outputs, PdfToImageOptions.ConversionMode, PdfToImageOptions.PageList, PdfToImageOptions.OutputResolution, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
TiffOptions()
public TiffOptions()
Properties
Brightness
Get or sets a value boundary of the transformation of colors in white and black. This parameter can be applied with EncoderValue.CompressionCCITT4, EncoderValue.CompressionCCITT3, EncoderValue.CompressionRle or ColorDepth.Format1bpp == 1
public float Brightness { get; set; }
Property Value
Compression
Gets or sets the type of the compression.
public CompressionType Compression { get; set; }
Property Value
CompressionType
Remarks
Default value is CompressionType.LZW
CoordinateType
Get or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default.
public PageCoordinateType CoordinateType { get; set; }
Property Value
PageCoordinateType
Depth
Gets or sets the color depth.
public ColorDepth Depth { get; set; }
Property Value
ColorDepth
Remarks
Default value is ColorDepth.Default
OperationName
Returns name of the operation.
public override string OperationName { get; }
Property Value
SaveAsMultiPageTiff
Gets and sets flag that allows to save all pages in one multi-page tiff.
public bool SaveAsMultiPageTiff { get; set; }
Property Value
Shape
Gets or sets the type of the shape.
public ShapeType Shape { get; set; }
Property Value
ShapeType
Remarks
Default value is ShapeType.None
SkipBlankPages
Gets or sets a value indicating whether to skip blank pages.
public bool SkipBlankPages { get; set; }
Property Value
Remarks
Default value is false