Click or drag to resize

PdfiumFPDFSTREAM_ReadRawData Method

Reads a specified number of bytes from the current stream from specified position.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFSTREAM_ReadRawData(
	IntPtr handle,
	int startPos,
	int count,
	byte[] buf
)

Parameters

handle  IntPtr
Handle to a stream object
startPos  Int32
The ofset from the begining of stream
count  Int32
The number of bytes to read from stream
buf  Byte
An array of readed bytes.

Return Value

Boolean
True for successfull, false otherwise.
See Also