BitsPerSample Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents allowed bits per sample values.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.Functions
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public enum BitsPerSample
Members

  Member nameValueDescription
OneBit1 One bit per sample.
TwoBits2 Two bits per sample.
FourBits4 Four bits per sample.
OneByte8 One byte per sample.
OneAndHalfBytes12 12 bits per sample.
TwoBytes16 16 bits per sample.
ThreeBytes24 24 bits per sample.
FourBytes32 32 bits per sample.
See Also

Reference