Table of Contents

Field TiffSamplesPerPixel

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

Tiff image option name for setting number of samples (channels) per pixel. Currently values of 1 and 3 are supported. A value of 1 results in either a greyscale (by default) or black and white image, depending on the value of TiffBitsPerSample. A value of 3 (the default) will result in an RGB image.

public const string TiffSamplesPerPixel = "SamplesPerPixel"

Returns

string
Tiff image option name for setting number of samples (channels) per pixel. Currently values of 1 and 3 are supported. A value of 1 results in either a greyscale (by default) or black and white image, depending on the value of . A value of 3 (the default) will result in an RGB image.