.NET Framework Class Library

DocumentConverter Members

<< 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 Members

The DocumentConverter type exposes the following members.

Constructors

 

Name

Description

Public method

DocumentConverter

Creates an instance of the document converter component.

Methods

 

Name

Description

Public method

Convert(IDocument, String)

For internal use only

Public method

Convert(IDocument, Object, String)

For internal use only

Public method

ConvertToFile(String, String, EncoderSettings, ConverterSettings, String)

Converts document from specified file to specified format and saves it to specified file.

Public method

ConvertToFile(Object, String, String, String, ConversionMode, EncoderSettings, ConverterSettings, String)

Convert specified files to specified format using specified settings.

Public method

ConvertToStream

Convert specified files to specified format and returns a list of streams containing the converted documents.

Public method

CreateObjRef

(Inherited from MarshalByRefObject.)

Public method

Dispose()

(Inherited from Component.)

Protected method

Dispose(Boolean)

(Inherited from Component.)

Public method

Equals

(Inherited from Object.)

Protected method

Finalize

(Inherited from Component.)

Public method

GetHashCode

(Inherited from Object.)

Public method

GetLifetimeService

(Inherited from MarshalByRefObject.)

Protected method

GetService

(Inherited from Component.)

Public method

GetType

(Inherited from Object.)

Public method

InitializeLifetimeService

(Inherited from MarshalByRefObject.)

Protected method

MemberwiseClone()

(Inherited from Object.)

Protected method

MemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

Protected method

OnAddAttachment


Protected method

OnConverterError


Protected method

OnEndDocument


Protected method

OnEndJob


Protected method

OnEndPage


Protected method

OnNeedOutputStream


Protected method

OnOutputReady


Protected method

OnStartDocument


Protected method

OnStartJob


Protected method

OnStartPage


Public method

ToString

(Inherited from Component.)

Properties

 

Name

Description

Protected property

CanRaiseEvents

(Inherited from Component.)

Public property

Container

(Inherited from Component.)

Public property

ConverterSettings

Gets or sets conversion operation settings.

Protected property

DesignMode

(Inherited from Component.)

Public property

EncoderSettings

Gets format-specific conversion settings.

Protected property

Events

(Inherited from Component.)

Public property

Preferences

Gets or sets conversion settings such as those for input page ranges, password and digitization.

Public property

Site

(Inherited from Component.)

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