PdfIntegrationProvider Methods | 
The PdfIntegrationProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| OnDocumentAppending | 
            Called before a document is appended.
              | |
| OnDocumentCreated | 
            Called after a document is created.
              | |
| OnDocumentDownloading | 
            Called before a document is downloaded.
              | |
| OnDocumentEmbeddedFileDownloading | 
            Called before an embedded file is download from a document.
              | |
| OnDocumentInit | 
            Called before a document is loaded, as the document interface is initializing.
              | |
| OnDocumentPasswordAttempt | 
            Called before a document password attempt is made by the GUI.
              | |
| OnDocumentPrinting | 
            Called before a document is printed.
              | |
| OnDocumentSaved | 
            Called after a document is saved.
              | |
| OnDocumentSaving | 
            Called before a document is saved.
              | |
| OnDocumentSearching | 
            Called before a document is searched.
              | |
| OnDocumentUploading | 
            Called before a document is uploaded into an empty PdfWebControlLite instance.
              | |
| OnHttpHandlerException | 
            Called when an exception occurs in a call to the PdfHttpHandler configured.
              | |
| OnInternalWarning | 
            Called when an internal warning occurs.
              | |
| OnObjectDataAdding | 
             Called before an object's data (e.g. the image data for an PdfImageShape object) is added.
               | |
| OnPageRenderOnDemand | 
            Called before an page is rendered on demand.
              | |
| ProcessAppendDataRequest | 
             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.
               | |
| ProcessObjectDataRequest | 
             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.
               | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |