Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
CodecsTiffOptions.CodecsTiffSaveOptions Class Members
See Also  Properties 
Leadtools.Codecs Namespace : CodecsTiffOptions.CodecsTiffSaveOptions Class

The following tables list the members exposed by CodecsTiffOptions.CodecsTiffSaveOptions.

Public Properties

 NameDescription
Public Property ImageFileDirectoryOffset Gets or sets the offset within a TIFF file where a page starts.  
Public Property NoPageNumber Enables or disables updating the PageNumber tag associated with the pages of a multi-page TIFF file.  
Public Property NoPalette Enables or disables saving a TIFF file as grayscale, without a palette.  
Public Property NoSubFileType Enables or disables writing a subfile type TIFF tag when writing any TIFF file.  
Public Property PhotometricInterpretation Gets or sets the Photometric Interpretation.  
Public Property PreservePalette Enables and disables preservation of the palette when saving TIFF CCITT files.  
Public Property TileHeight Gets or sets the height of the tile to use when saving TIFF files.  
Public Property TileWidth Gets or sets the width of the tile to use when saving TIFF files.  
Public Property UseImageFileDirectoryOffset Enables or disables using the IFD offset.  
Public Property UsePhotometricInterpretation Enables or disables using Photometric Interpretation when saving TIFF files.  
Public Property UsePredictor Gets or sets a value indicating whether to use a predictor when saving LZW data.  
Public Property UseTileSize Enables and disables using TileWidth and TileHeight when saving TIFF images.  
Top

See Also