Class TiffSaveOptions

TiffSaveOptions class

Class for XPS-as-TIFF saving options.

public class TiffSaveOptions : ImageSaveOptions

Constructors

NameDescription
TiffSaveOptions()Creates new instance of options.

Properties

NameDescription
AdditionalFontsFolders { get; set; }Specifies additional folders where converter should find fonts for input document. Default folder are standard fonts folder where OS finds fonts for internal needs.
virtual Debug { get; set; }Specifies whether debug information must be printed to standard output stream or not.
virtual Exceptions { get; }Returns a list of suppressed conversion errors If !:SuppressErrors is true.
InterpolationMode { get; set; }Gets/sets the interpolation mode.
JpegQualityLevel { get; set; }The Quality category specifies the level of compression for an image. Available values are 0 to 100. The lower the number specified, the higher the compression and therefore the lower the quality of the image. 0 value results in lowest quality image, while 100 results in highest.
Multipage { get; set; }Gets/sets the flag that defines if multiple images should be saved in a single multipage TIFF file.
PageNumbers { get; set; }Gets/sets the array of numbers of pages to convert.
Resolution { get; set; }Gets/sets the image resolution.
SmoothingMode { get; set; }Gets/sets the smoothing mode.
virtual SupressErrors { get; set; }Specifies whether errors must be suppressed or not. If true suppressed errors are added to Exceptions list. If false the first error will terminate the program.
TextRenderingHint { get; set; }Gets/sets the text rendering hint.

See Also