.NET Framework Class Library

DocumentConverter Events

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Converter Namespace > DocumentConverter Class >

.NET Framework Class Library

DocumentConverter Events

The DocumentConverter type exposes the following members.

Events

 

Name

Description

Public event

AddAttachment

Occurs when the attachment is added to a PDF portfolio.

Public event

BeginDocument

Occurs when a document is about to be converted.

Public event

BeginJob

Occurs when a conversion job for a set of documents is about to start.

Public event

BeginPage

Occurs when conversion of a page is about to start.

Public event

Disposed

(Inherited from Component.)

Public event

EndDocument

Occurs when the conversion ends for a document.

Public event

EndJob

Occurs when conversion of a document has ended.

Public event

EndPage

Occurs when a page in a page has been converted.

Public event

Error

Occurs when there is an error with the conversion operation.

Public event

NeedFileName

Occurs when a file name can be specified for saving a converted document.

Public event

NeedOutputStream

Occurs when a stream can be specified for saving a converted document.

Public event

NeedPassword

Occurs when a password is required to decrypt a document.

Public event

OutputReady

Occurs when the conversion job has completed and the output documents have been saved.

See Also

DocumentConverter Class

Gnostice.Converter Namespace