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: 5.1.3
Syntax
public class FPDF_FILEACCESS

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 propertyFileLen File length, in bytes.
Public propertyParam Gets a user defined data.
Top
Methods
 NameDescription
Protected methodFinalize Releases all resources used by the FPDF_FILEACCESS.
(Overrides ObjectFinalize)
Top
Fields
 NameDescription
Public fieldGetBlock User callback function. See GetBlockCallback delegate for detail
Top
See Also