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


The following tables list the members exposed by CodecsTiffSaveOptions.

Public Properties

 NameDescription
Public PropertyImageFileDirectoryOffset Gets or sets the offset within a TIFF file where a page starts.  
Public PropertyNoLzwAutoClear Gets a value indicating whether to automatically insert CLEAR codes during LZW compression.  
Public PropertyNoPageNumber Enables or disables updating the PageNumber tag associated with the pages of a multipage TIFF file.  
Public PropertyNoPalette Enables or disables saving a TIFF file as grayscale, without a palette.  
Public PropertyNoSubFileType Enables or disables writing a subfile type TIFF tag when writing any TIFF file.  
Public PropertyPhotometricInterpretation Gets or sets the Photometric Interpretation.  
Public PropertyPreservePalette Enables and disables preservation of the palette when saving TIFF CCITT files.  
Public PropertySavePlanar Gets a value indicating whether to save CMYK TIFF data as planar.  
Public PropertyTileHeight Gets or sets the height of the tile to use when saving TIFF files.  
Public PropertyTileWidth Gets or sets the width of the tile to use when saving TIFF files.  
Public PropertyUseImageFileDirectoryOffset Enables or disables using the IFD offset.  
Public PropertyUsePhotometricInterpretation Enables or disables using Photometric Interpretation when saving TIFF files.  
Public PropertyUsePredictor Gets a value indicating whether to use a predictor when saving LZW data.  
Public PropertyUseTileSize Enables and disables using the tile size when saving TIFF images.  
Top

See Also