Click or drag to resize

CustomLoadEventArgs Class

Represents the class that contain event data for LoadBlock event
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Patagames.Pdf.Net.EventArgumentsCustomLoadEventArgs

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

The CustomLoadEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodCustomLoadEventArgs Construct CustomLoadEventArgs object
Top
Properties
 NameDescription
Public propertyBuffer Gets buffer for loaded data allocated inside Pdfium SDK.
Public propertyPosition Gets position is specified by byte offset from beginning of the file.
Public propertyReturnValue Should be true if successful, false for error.
Public propertyUserData Gets custom user data
Top
See Also