BigTiffOptions.BigTiffOptions

BigTiffOptions(TiffExpectedFormat)

Initializes a new instance of the BigTiffOptions class. By default little endian convention is used.

public BigTiffOptions(TiffExpectedFormat expectedFormat)
ParameterTypeDescription
expectedFormatTiffExpectedFormatThe expected Tiff file format.

See Also


BigTiffOptions(TiffOptions)

Initializes a new instance of the BigTiffOptions class.

public BigTiffOptions(TiffOptions options)
ParameterTypeDescription
optionsTiffOptionsThe options source.

See Also


BigTiffOptions(TiffDataType[])

Initializes a new instance of the BigTiffOptions class.

public BigTiffOptions(TiffDataType[] tags)
ParameterTypeDescription
tagsTiffDataType[]The tags for options initialization.

See Also


BigTiffOptions(TiffExpectedFormat, TiffByteOrder)

Initializes a new instance of the BigTiffOptions class.

public BigTiffOptions(TiffExpectedFormat expectedFormat, TiffByteOrder byteOrder)
ParameterTypeDescription
expectedFormatTiffExpectedFormatThe expected Tiff file format.
byteOrderTiffByteOrderThe tiff file format byte order to use.

See Also