Click or drag to resize

PdfIntegrationProvider.OnDocumentCreated Method

Called after a document is created.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 4.2.0.0 (4.2.0.0)
Syntax
public virtual void OnDocumentCreated(
	DocumentCreatedEventArgs e
)

Parameters

e
Type: RadPdf.Integration.DocumentCreatedEventArgs
An object (defined by DocumentCreatedEventArgs) that contains event data.
Remarks

Inheriting classes can override this method to perform other tasks or retrieve the created document. If this method is overridden in an inheriting class, you must call the base implementation.

This method is triggered when CopyDocument(Int32, Boolean), CreateDocument(String,Byte[]), or their other overloads are successful.

See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!