Click or drag to resize

FPDF_FILEWRITE Class

Class for custom file write
Inheritance Hierarchy
SystemObject
  Patagames.PdfFPDF_FILEWRITE

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class FPDF_FILEWRITE

The FPDF_FILEWRITE type exposes the following members.

Constructors
 NameDescription
Public methodFPDF_FILEWRITE Initialize new instance of FPDF_FILEWRITE class.
Top
Methods
 NameDescription
Protected methodFinalize Releases all resources used by the structure.
(Overrides ObjectFinalize)
Top
Fields
 NameDescription
Public fieldVersion Version number of the interface. Currently must be 1.
Public fieldWriteBlock UserCallbackFunction. See WriteBlockCallback(IntPtr, Byte, Int32) delegate for detail
Top
See Also