TiffOptions.SampleFormat

TiffOptions.SampleFormat property

Gets or sets the sample format.

public TiffSampleFormats[] SampleFormat { get; set; }

Property Value

The sample format.

Exceptions

exceptioncondition
ArgumentNullExceptionvalue
ArgumentOutOfRangeExceptionvalue;The array length must correspond to the samples per pixel count.

See Also