TiffDevice

TiffDevice(Resolution)

Initializes a new instance of the TiffDevice class.

public TiffDevice(Resolution resolution)
Parameter Type Description
resolution Resolution Resolution for the result image file.

See Also


TiffDevice(Resolution, TiffSettings)

Initializes a new instance of the TiffDevice class.

public TiffDevice(Resolution resolution, TiffSettings settings)
Parameter Type Description
resolution Resolution Resolution for the output image.
settings TiffSettings Tiff settings, see TiffSettings class.

See Also


TiffDevice(Resolution, TiffSettings, IIndexBitmapConverter)

Initializes a new instance of the TiffDevice class.

public TiffDevice(Resolution resolution, TiffSettings settings, IIndexBitmapConverter converter)
Parameter Type Description
resolution Resolution Resolution for the output image.
settings TiffSettings Tiff settings, see TiffSettings class.
converter IIndexBitmapConverter External converter

See Also


TiffDevice(TiffSettings)

Initializes a new instance of the TiffDevice class.

public TiffDevice(TiffSettings settings)
Parameter Type Description
settings TiffSettings Tiff settings, see TiffSettings class.

See Also


TiffDevice(TiffSettings, IIndexBitmapConverter)

Initializes a new instance of the TiffDevice class.

public TiffDevice(TiffSettings settings, IIndexBitmapConverter converter)
Parameter Type Description
settings TiffSettings Tiff settings, see TiffSettings class.
converter IIndexBitmapConverter External converter

See Also


TiffDevice()

Initializes a new instance of the TiffDevice class with default settings.

public TiffDevice()

See Also


TiffDevice(int, int, Resolution, TiffSettings)

Initializes a new instance of the TiffDevice class.

public TiffDevice(int width, int height, Resolution resolution, TiffSettings settings)
Parameter Type Description
width Int32 Image output width.
height Int32 Image output height.
resolution Resolution Resolution for the output image.
settings TiffSettings Tiff settings, see TiffSettings class.

See Also


TiffDevice(int, int, Resolution, TiffSettings, IIndexBitmapConverter)

Initializes a new instance of the TiffDevice class.

public TiffDevice(int width, int height, Resolution resolution, TiffSettings settings, 
    IIndexBitmapConverter converter)
Parameter Type Description
width Int32 Image output width.
height Int32 Image output height.
resolution Resolution Resolution for the output image.
settings TiffSettings Tiff settings, see TiffSettings class.
converter IIndexBitmapConverter External converter

See Also


TiffDevice(PageSize, Resolution, TiffSettings)

Initializes a new instance of the TiffDevice class.

public TiffDevice(PageSize pageSize, Resolution resolution, TiffSettings settings)
Parameter Type Description
pageSize PageSize Page size of the output image.
resolution Resolution Resolution for the output image.
settings TiffSettings Tiff settings, see TiffSettings class.

See Also


TiffDevice(PageSize, Resolution, TiffSettings, IIndexBitmapConverter)

Initializes a new instance of the TiffDevice class.

public TiffDevice(PageSize pageSize, Resolution resolution, TiffSettings settings, 
    IIndexBitmapConverter converter)
Parameter Type Description
pageSize PageSize Page size of the output image.
resolution Resolution Resolution for the output image.
settings TiffSettings Tiff settings, see TiffSettings class.
converter IIndexBitmapConverter External converter

See Also


TiffDevice(int, int, Resolution)

Initializes a new instance of the TiffDevice class.

public TiffDevice(int width, int height, Resolution resolution)
Parameter Type Description
width Int32 Image output width.
height Int32 Image output height.
resolution Resolution Resolution for the output image.

See Also


TiffDevice(PageSize, Resolution)

Initializes a new instance of the TiffDevice class.

public TiffDevice(PageSize pageSize, Resolution resolution)
Parameter Type Description
pageSize PageSize Page size of the output image.
resolution Resolution Resolution for the output image.

See Also


TiffDevice(int, int, TiffSettings)

Initializes a new instance of the TiffDevice class.

public TiffDevice(int width, int height, TiffSettings settings)
Parameter Type Description
width Int32 Image output width.
height Int32 Image output height.
settings TiffSettings Tiff settings, see TiffSettings class.

See Also


TiffDevice(int, int, TiffSettings, IIndexBitmapConverter)

Initializes a new instance of the TiffDevice class.

public TiffDevice(int width, int height, TiffSettings settings, IIndexBitmapConverter converter)
Parameter Type Description
width Int32 Image output width.
height Int32 Image output height.
settings TiffSettings Tiff settings, see TiffSettings class.
converter IIndexBitmapConverter External converter

See Also


TiffDevice(PageSize, TiffSettings, IIndexBitmapConverter)

Initializes a new instance of the TiffDevice class.

public TiffDevice(PageSize pageSize, TiffSettings settings, IIndexBitmapConverter converter)
Parameter Type Description
pageSize PageSize Page size of the output image.
settings TiffSettings Tiff settings, see TiffSettings class.
converter IIndexBitmapConverter External converter

See Also


TiffDevice(PageSize, TiffSettings)

Initializes a new instance of the TiffDevice class.

public TiffDevice(PageSize pageSize, TiffSettings settings)
Parameter Type Description
pageSize PageSize Page size of the output image.
settings TiffSettings Tiff settings, see TiffSettings class.

See Also


TiffDevice(int, int)

Initializes a new instance of the TiffDevice class.

public TiffDevice(int width, int height)
Parameter Type Description
width Int32 Image output width.
height Int32 Image output height.

See Also


TiffDevice(PageSize)

Initializes a new instance of the TiffDevice class.

public TiffDevice(PageSize pageSize)
Parameter Type Description
pageSize PageSize Page size of the output image.

See Also