Table of Contents

Field TiffBitsPerSample

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Tiff image option name for setting number of bits per sample (channel). Currently values of 1 and 8 are supported. A value of 1 results in a black and white image. A value of 8 (the default) can mean greyscale or RGB, depending on the value of TiffSamplesPerPixel.

public const string TiffBitsPerSample = "BitsPerSample"

Returns

string
Tiff image option name for setting number of bits per sample (channel). Currently values of 1 and 8 are supported. A value of 1 results in a black and white image. A value of 8 (the default) can mean greyscale or RGB, depending on the value of .