Click or drag to resize

PdfFuncPostScript Class

Represent a PostScript calculator function.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfFunction
    Patagames.Pdf.NetPdfFuncPostScript

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

The PdfFuncPostScript type exposes the following members.

Constructors
 NameDescription
Public methodPdfFuncPostScript(Int32, Int32, Single, Single, Byte) Create a PostScript calculator function.
Public methodPdfFuncPostScript(Int32, Int32, Single, Single, String) Create a PostScript calculator function.
Top
Properties
 NameDescription
Public propertyPostScript Gets a PostScript program.
Public propertyProgram Gets a PostScript program, represented by an array of bytes.
Public propertyStream Gets the stream of the function.
Top
See Also