TiffOptionsSamplesPerPixel Property |
Gets the samples per pixel. To change this property value use the
BitsPerSample property setter.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public ushort SamplesPerPixel { get; }
Public ReadOnly Property SamplesPerPixel As UShort
Get
public:
property unsigned short SamplesPerPixel {
unsigned short get ();
}
member SamplesPerPixel : uint16 with get
Property Value
Type:
UInt16
The samples per pixel.
See Also