Click or drag to resize

PdfFuncSampled Class

Represent sampled function.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfFunction
    Patagames.Pdf.NetPdfFuncSampled

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public class PdfFuncSampled : PdfFunction

The PdfFuncSampled type exposes the following members.

Constructors
 NameDescription
Public methodPdfFuncSampled Create sampled function.
Top
Properties
 NameDescription
Public propertyBps Gets the number of bits used to represent each sample.
Public propertyDecode Gets a decode array.
Public propertyEncode Gets an encode array.
Public propertyNumOfSamples The number of samples in each input dimension of the sample table.
Public propertyOrder Gets the order of interpolation between samples.
Public propertySamples Gets a samples table.
Public propertyStream Gets the stream of the function.
Top
See Also