Click or drag to resize

PdfFuncPostScriptProgram Property

Gets a PostScript program, represented by an array of bytes.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public byte[] Program { get; }

Property Value

Byte
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe function object has been disposed.
PdfiumExceptionThe underlying Stream has been disposed; or function Handle is invalid.
UnknownFunctionTypeExceptionThe requested operation could not be performed on a function of this type.
PdfiumExceptionThe data area passed to a system call is too small.
See Also