Click or drag to resize

IFSDK_PAUSE Class

IFSDK_PAUSE interface. Used for progressive rendering. You must make sure that the class instance will not be collected by the garbage collector after passing this instance to unmanaged code.
Inheritance Hierarchy
SystemObject
  Patagames.PdfIFSDK_PAUSE

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class IFSDK_PAUSE : IDisposable

The IFSDK_PAUSE type exposes the following members.

Constructors
 NameDescription
Public methodIFSDK_PAUSE Initialize a new instance of the IFSDK_PAUSE class using callback function and user data
Top
Properties
 NameDescription
Public propertyuserData Gets a user defined data.
Top
Methods
 NameDescription
Public methodDispose Releases all resources used by the IFSDK_PAUSE.
Protected methodDispose(Boolean) Releases all resources used by the IFSDK_PAUSE.
Top
Fields
 NameDescription
Public fieldneedToPauseNowCallback UserCallback function. See NeedToPauseNowCallback delegate for detail
Top
See Also