Click or drag to resize

PdfCustomLoader Class

Represents a custom access descriptor for loading PDF document.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfCustomLoader

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

The PdfCustomLoader type exposes the following members.

Constructors
 NameDescription
Public methodPdfCustomLoader Construct SetTimerEventArgs object
Top
Properties
 NameDescription
Public propertyFormFill Gets or sets a form fill environment object.
Public propertyPassword Gets or sets a string used as the password for PDF file. If no password needed, empty or NULL can be used.
Public propertyTag Gets or sets user data.
Top
Methods
 NameDescription
Public methodLoad Open and load a PDF document from a file.
Top
Events
 NameDescription
Public eventLoadBlock SDK fire this event when it need to receive the next data block of PDF document.
Top
See Also