Click or drag to resize

PdfFuncSampledSamples Property

Gets a samples table.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public byte[] Samples { get; }

Property Value

Byte
A readonly array of bytes; null if any error occurred.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe function object has been disposed.
UnknownFunctionTypeExceptionThe requested operation could not be performed on a function of this type.
RequiredDataIsAbsentExceptionThere is not enough data to perform the requested operation.
PdfiumExceptionThe data area passed to a system call is too small; or the parameter is incorrect.
See Also