TiffOptions.TiffOptions

TiffOptions(TiffExpectedFormat, TiffByteOrder)

Initialisiert eine neue Instanz vonTiffOptions Klasse.

public TiffOptions(TiffExpectedFormat expectedFormat, TiffByteOrder byteOrder)
ParameterTypBeschreibung
expectedFormatTiffExpectedFormatDas erwartete TIFF-Dateiformat.
byteOrderTiffByteOrderDie zu verwendende Byte-Reihenfolge des TIFF-Dateiformats.

Siehe auch


TiffOptions(TiffExpectedFormat)

Initialisiert eine neue Instanz vonTiffOptions Klasse. Standardmäßig wird die Little-Endian-Konvention verwendet.

public TiffOptions(TiffExpectedFormat expectedFormat)
ParameterTypBeschreibung
expectedFormatTiffExpectedFormatDas erwartete TIFF-Dateiformat.

Siehe auch


TiffOptions(TiffOptions)

Initialisiert eine neue Instanz vonTiffOptions Klasse.

public TiffOptions(TiffOptions options)
ParameterTypBeschreibung
optionsTiffOptionsDie Optionen zum Kopieren.

Siehe auch


TiffOptions(TiffDataType[])

Initialisiert eine neue Instanz vonTiffOptions Klasse.

public TiffOptions(TiffDataType[] tags)
ParameterTypBeschreibung
tagsTiffDataType[]Die Tags, mit denen Optionen initialisiert werden sollen.

Siehe auch