Click or drag to resize

PdfFuncSampledBps Property

Gets the number of bits used to represent each sample.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public int Bps { get; }

Property Value

Int32
Valid values are 1, 2, 4, 8, 12, 16, 24, and 32; -1 if any error occured.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe function object has been disposed.
UnknownFunctionTypeExceptionThe requested operation could not be performed on a function of this type.
PdfiumExceptionThe underlying Stream has been disposed; or function Handle is invalid.
See Also