Click or drag to resize

FX_FILEAVAIL Class

Interface for checking whether the section of the file is available.
Inheritance Hierarchy
SystemObject
  Patagames.PdfFX_FILEAVAIL

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class FX_FILEAVAIL : IStaticCallbacks

The FX_FILEAVAIL type exposes the following members.

Constructors
 NameDescription
Public methodFX_FILEAVAILInitializes a new instance of the FX_FILEAVAIL class
Top
Fields
 NameDescription
Public fieldIsDataAvailable User callback function. See IsDataAvailableCallback delegate for detail
Public fieldVersion Version number of the interface. Currently must be 1.
Top
See Also