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: 4.89.2704
Syntax
public class PdfCustomLoader : IDisposable

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 methodDispose Releases all resources used by the PdfCustomLoader.
Protected methodDispose(Boolean) Releases all resources used by the PdfCustomLoader.
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