Click or drag to resize
GTiffWriter Class
Inheritance Hierarchy

Namespace: FDF.Common.IO
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class GTiffWriter : GdalWriter

The GTiffWriter type exposes the following members.

Constructors
  NameDescription
Public methodGTiffWriter
Initializes a new instance of the GTiffWriter class
Top
Properties
  NameDescription
Public propertyBigTiff
Public propertyBlockXSize
Gets or sets tile width. The default is 256.
Public propertyBlockYSize
Gets or set tile or strip height. Tile height defaults to 256, strip height defaults to a value such that one strip is 8K or less.
Public propertyCompression
Gets or sets the compression to use. The default is None.
Public propertyCopySourceOverviews
Public propertyInterleaving
Gets or sets TIFF file interleaving. The default is Pixel.
Public propertyJpegQuality
Gets or sets the JPEG quality when using JPEG compression. A value of 100 is best quality (least compression), and 1 is worst quality (best compression). The default is 75.
Public propertyNBits
Create a file with less than 8 bits per sample by passing a value from 1 to 7. The apparent pixel type should be Byte. Values of n=9...15 and n=17...31 are also accepted.
Public propertyPhotometricInterpretation
Set the photometric interpretation tag. The default is MinIsBlack.
Public propertyPixel
Public propertyPredictor
Gets or sets the predictor for LZW or DEFLATE compression. The default is 1 (no predictor), 2 is horizontal differencing and 3 is floating point prediction.
Public propertyProfile
Gets or sets what non-baseline tags are emitted for TIFF file.
Public propertySparse
Public propertyTiled
Gets or sets whether tiled TIFF files are created. The default is False, meaning the stripped TIFF files.
Public propertyZLevel
Gets or sets the level of compression when using DEFLATE compression. A value of 9 is best, and 1 is least compression. The default is 6.
Top
Methods
See Also