ElementGetBitsPerComponent Method |
Gets the bits per component.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetBitsPerComponent()
Public Function GetBitsPerComponent As Integer
public:
virtual int GetBitsPerComponent() sealed
function GetBitsPerComponent();
Return Value
Type:
Int32 the number of bits used to represent each color component. Only a
single value may be specified; the number of bits is the same for all color
components. Valid values are 1, 2, 4, and 8.
See Also