Click or drag to resize

FPDF_FILEACCESS Constructor

Initialize a new instance of the FPDF_FILEACCESS class using file length and user data

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public FPDF_FILEACCESS(
	uint FileLen,
	byte[] param = null
)

Parameters

FileLen  UInt32
File length, in bytes.
param  Byte  (Optional)
A custom pointer for all implementation specific data.
See Also