TiffOptionsSampleFormat Property |
Gets or sets the sample format.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic TiffSampleFormats[] SampleFormat { get; set; }
Public Property SampleFormat As TiffSampleFormats()
Get
Set
public:
property array<TiffSampleFormats>^ SampleFormat {
array<TiffSampleFormats>^ get ();
void set (array<TiffSampleFormats>^ value);
}
member SampleFormat : TiffSampleFormats[] with get, set
Property Value
Type:
TiffSampleFormats
The sample format.
ExceptionsException | Condition |
---|
ArgumentNullException | value |
ArgumentOutOfRangeException | value;The array length must correspond to the samples per pixel count. |
See Also