SampledFunctionBitsPerSample Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets the bits per sample. The bits per sample is a number of bits that shall represent each sample. (If the function has multiple output values, each one shall occupy BitsPerSample bits.) Valid values shall be 1, 2, 4, 8, 12, 16, 24, and 32.

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 BitsPerSample BitsPerSample { get; }

Property Value

Type: BitsPerSample
See Also

Reference