TiffSettings.TiffSettings

TiffSettings()

Initializes a new instance of the TiffSettings class.

public TiffSettings()

See Also


TiffSettings(ShapeType)

Initializes a new instance of the TiffSettings class.

public TiffSettings(ShapeType shapeType)
ParameterTypeDescription
shapeTypeShapeTypeType of the shape.

See Also


TiffSettings(CompressionType)

Initializes a new instance of the TiffSettings class.

public TiffSettings(CompressionType compressionType)
ParameterTypeDescription
compressionTypeCompressionTypeType of the compression.

See Also


TiffSettings(ColorDepth)

Initializes a new instance of the TiffSettings class.

public TiffSettings(ColorDepth colorDepth)
ParameterTypeDescription
colorDepthColorDepthThe color depth.

See Also


TiffSettings(Margins)

Initializes a new instance of the TiffSettings class.

public TiffSettings(Margins margins)
ParameterTypeDescription
marginsMarginsThe margins.

See Also


TiffSettings(CompressionType, ColorDepth, Margins)

Initializes a new instance of the TiffSettings class.

public TiffSettings(CompressionType compressionType, ColorDepth colorDepth, Margins margins)
ParameterTypeDescription
compressionTypeCompressionTypeType of the compression.
colorDepthColorDepthThe color depth.
marginsMarginsThe margins.

See Also


TiffSettings(CompressionType, ColorDepth, Margins, bool)

Initializes a new instance of the TiffSettings class.

public TiffSettings(CompressionType compressionType, ColorDepth colorDepth, Margins margins, 
    bool skipBlankPages)
ParameterTypeDescription
compressionTypeCompressionTypeType of the compression.
colorDepthColorDepthThe color depth.
marginsMarginsThe margins.
skipBlankPagesBooleanif set to true need to skip blank pages.

See Also


TiffSettings(CompressionType, ColorDepth, Margins, bool, ShapeType)

Initializes a new instance of the TiffSettings class.

public TiffSettings(CompressionType compressionType, ColorDepth colorDepth, Margins margins, 
    bool skipBlankPages, ShapeType shapeType)
ParameterTypeDescription
compressionTypeCompressionTypeType of the compression.
colorDepthColorDepthThe color depth.
marginsMarginsThe margins.
skipBlankPagesBooleanif set to true need to skip blank pages.
shapeTypeShapeTypeType of the shape.

See Also


TiffSettings(bool)

Initializes a new instance of the TiffSettings class.

public TiffSettings(bool skipBlankPages)
ParameterTypeDescription
skipBlankPagesBooleanif set to true [skip blank pages].

See Also