Click or drag to resize

PdfiumFPDFFunctionPs_GetProg Method

Get a PostScript program represented by byte array.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static byte[] FPDFFunctionPs_GetProg(
	IntPtr function
)

Parameters

function  IntPtr
The handle to the function.

Return Value

Byte
An array that contain PS program; or null if any error has occurred.
Remarks
See Also