 | PdfFuncSampledNumOfSamples Property |
The number of samples in each input dimension of the sample table.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic int[] NumOfSamples { get; }Public ReadOnly Property NumOfSamples As Integer()
Get
public:
property array<int>^ NumOfSamples {
array<int>^ get ();
}member NumOfSamples : int[] with get
/** @property */
public int[] get_NumOfSamples()
function get_NumOfSamples();
Property Value
Int32A readonly array of numbers; null if any error occurred.
Exceptions
See Also