Click or drag to resize

DefaultPdfIntegrationProvider Methods

The DefaultPdfIntegrationProvider 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.
(Inherited from PdfIntegrationProvider.)
Public methodOnDocumentCreated
Called after a document is created.
(Inherited from PdfIntegrationProvider.)
Public methodCode exampleOnDocumentDownloading
Called before a document is downloaded.
(Inherited from PdfIntegrationProvider.)
Public methodCode exampleOnDocumentInit
Called before a document is loaded, as the document interface is initializing.
(Inherited from PdfIntegrationProvider.)
Public methodCode exampleOnDocumentPrinting
Called before a document is printed.
(Inherited from PdfIntegrationProvider.)
Public methodCode exampleOnDocumentSaved
Called after a document is saved.
(Inherited from PdfIntegrationProvider.)
Public methodCode exampleOnDocumentSaving
Called before a document is saved.
(Inherited from PdfIntegrationProvider.)
Public methodOnDocumentSearching
Called before a document is searched.
(Overrides PdfIntegrationProviderOnDocumentSearching(DocumentSearchingEventArgs).)
Public methodOnDocumentUploading
Called before a document is uploaded into an empty PdfWebControlLite instance.
(Inherited from PdfIntegrationProvider.)
Public methodCode exampleOnHttpHandlerException
Called when an exception occurs in a call to the PdfHttpHandler configured.
(Inherited from PdfIntegrationProvider.)
Public methodOnInternalWarning
Called when an internal warning occurs.
(Inherited from PdfIntegrationProvider.)
Public methodOnObjectDataAdding
Called before an object's data (e.g. the image data for an PdfImageShape object) is added.
(Overrides PdfIntegrationProviderOnObjectDataAdding(ObjectDataAddingEventArgs).)
Public methodOnPageRenderOnDemand
Called before an page is rendered on demand.
(Inherited from PdfIntegrationProvider.)
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.
(Inherited from PdfIntegrationProvider.)
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.
(Inherited from PdfIntegrationProvider.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also