Click or drag to resize

PdfIntegrationProvider Methods

The PdfIntegrationProvider type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDocumentAppending
Called before a document is appended.
Public methodOnDocumentCreated
Called after a document is created.
Public methodCode exampleOnDocumentDownloading
Called before a document is downloaded.
Public methodCode exampleOnDocumentInit
Called before a document is loaded, as the document interface is initializing.
Public methodCode exampleOnDocumentPrinting
Called before a document is printed.
Public methodCode exampleOnDocumentSaved
Called after a document is saved.
Public methodCode exampleOnDocumentSaving
Called before a document is saved.
Public methodCode exampleOnDocumentSearching
Called before a document is searched.
Public methodOnDocumentUploading
Called before a document is uploaded into an empty PdfWebControlLite instance.
Public methodCode exampleOnHttpHandlerException
Called when an exception occurs in a call to the PdfHttpHandler configured.
Public methodOnInternalWarning
Called when an internal warning occurs.
Public methodCode exampleOnObjectDataAdding
Called before an object's data (e.g. the image data for an PdfImageShape object) is added.
Public methodOnPageRenderOnDemand
Called before an page is rendered on demand.
Public methodCode exampleProcessAppendDataRequest
Called when processing a request for object data initiated by the Client API which set the user mode to object insertion with a custom object key.
Public methodCode exampleProcessObjectDataRequest
Called when processing a request for object data initiated by the Client API which set the user mode to object insertion with a custom object key.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also