LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsTiffSaveOptions Class Properties
See Also 
Leadtools.Codecs Namespace : CodecsTiffSaveOptions Class


"

For a list of all members of this type, see CodecsTiffSaveOptions members.

"

Public Properties

 NameDescription
public Property ImageFileDirectoryOffsetGets or sets the offset within a TIFF file where a page starts.  
public Property NoLzwAutoClearGets a value indicating whether to automatically insert CLEAR codes during LZW compression.  
public Property NoPageNumberEnables or disables updating the PageNumber tag associated with the pages of a multipage TIFF file.  
public Property NoPaletteEnables or disables saving a TIFF file as grayscale, without a palette.  
public Property NoSubFileTypeEnables or disables writing a subfile type TIFF tag when writing any TIFF file.  
public Property PhotometricInterpretationGets or sets the Photometric Interpretation.  
public Property PreservePaletteEnables and disables preservation of the palette when saving TIFF CCITT files.  
public Property SavePlanarGets a value indicating whether to save CMYK TIFF data as planar.  
public Property TileHeightGets or sets the height of the tile to use when saving TIFF files.  
public Property TileWidthGets or sets the width of the tile to use when saving TIFF files.  
public Property UseImageFileDirectoryOffsetEnables or disables using the IFD offset.  
public Property UsePhotometricInterpretationEnables or disables using Photometric Interpretation when saving TIFF files.  
public Property UsePredictorGets a value indicating whether to use a predictor when saving LZW data.  
public Property UseTileSizeEnables and disables using the tile size when saving TIFF images.  
Top

See Also