TiffOptionsSampleFormat Property

Gets or sets the sample format.

Namespace:  Aspose.CAD.ImageOptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public TiffSampleFormats[] SampleFormat { get; set; }

Property Value

Type: TiffSampleFormats
The sample format.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue
ArgumentOutOfRangeExceptionvalue;The array length must correspond to the samples per pixel count.
See Also