Click or drag to resize

PdfFunction Class

Base class of function objects that represent parameterized classes of functions, including mathematical formulas and sampled representations with arbitrary resolution.
Inheritance Hierarchy

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public abstract class PdfFunction : IDisposable

The PdfFunction type exposes the following members.

Constructors
 NameDescription
Protected methodPdfFunction Initialize new instance of PdfFunction class
Top
Properties
 NameDescription
Public propertyDomain Get the domain of the function.
Public propertyFunctionType Gets the function type.
Public propertyHandle Gets the Pdfium SDK handle that the function object is bound to.
Public propertyInputs Gets the number of input values.
Public propertyIsDisposed Gets a value indicating whether the function object has been disposed of.
Public propertyOutputs Gets the number of output values.
Public propertyRange Get the range of the function.
Top
Methods
 NameDescription
Public methodDispose Releases all resources used by the object.
Protected methodDispose(Boolean) Releases all resources used by the object.
Protected methodFinalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Overrides ObjectFinalize)
Public methodStatic memberFromHandle Identifies the type of the specified function object and creates an instance of this type.
Top
See Also