PdfFunction Class

The base class for PDF function classes.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfFunction
    BitMiracle.Docotic.Pdf.PdfExponentialFunction

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public abstract class PdfFunction
VB
Public MustInherit Class PdfFunction

The PdfFunction type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also