Click or drag to resize

PdfFuncSampledNumOfSamples Property

The number of samples in each input dimension of the sample table.

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

Property Value

Int32
A readonly array of numbers; 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