Click or drag to resize

FPDF_FILEACCESS Class

Class for custom file access.
Inheritance Hierarchy
SystemObject
  Patagames.PdfFPDF_FILEACCESS

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class FPDF_FILEACCESS : IDisposable, 
	IStaticCallbacks

The FPDF_FILEACCESS type exposes the following members.

Constructors
 NameDescription
Public methodFPDF_FILEACCESS Initialize a new instance of the FPDF_FILEACCESS class using file length and user data
Top
Properties
 NameDescription
Public propertyGetBlock User callback function. See GetBlockCallback delegate for detail
Public propertyParam Gets a user defined data, passed as the first parameter to getBlockCallback callback.
Top
Methods
 NameDescription
Public methodDispose Releases all resources used by the FPDF_FILEACCESS.
Protected methodDispose(Boolean) Releases all resources used by the FPDF_FILEACCESS.
Top
Fields
 NameDescription
Public fieldFileLen File length, in bytes.
Top
See Also