Click or drag to resize

PdfiumFPDFOBJ_GetByteString Method

Get the byte string contained in this PDF object.

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

Parameters

obj_handle  IntPtr
Handle to the PDF object

Return Value

Byte
An array of bytes representing the string.
See Also