Click or drag to resize

PdfiumFPDFFunctionSampled_GetBitsPerSample Method

Get the number of bits used to represent each sample.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFFunctionSampled_GetBitsPerSample(
	IntPtr function
)

Parameters

function  IntPtr
The handle to the function.

Return Value

Int32
The number of bits per sample or -1 if any error has occurred.
Remarks
See Also