The following tables list the members exposed by DocumentWriter.
Public Constructors
Name | Description | |
---|---|---|
DocumentWriter | Creates a new instance of the DocumentWriter class. |
Public Methods
Name | Description | |
---|---|---|
AddPage | Adds a new page to current document being created. | |
AppendLtd | Appends one LEADTOOLS Temporary Document (LTD) file to another. | |
BeginDocument | Creates a new document file and prepares it for the new pages to be added. | |
Convert | Converts a document file from the LEADTOOLS Temporary Document format to a file of any of the formats supported by the LEADTOOLS Document Writer. | |
EndDocument | Finalize the document being created on disk. | |
|
GetFormatFileExtension | Gets the default file extension for the specified document format. |
GetFormatFriendlyName | Gets the friendly name of the specified document format. | |
GetLtdInfo | Gets information on an LTD file on disk. | |
GetOptions | Gets the extra options to use when saving a document using the specified format. | |
GetSupportedFormats | Gets an array containing the supported formats. | |
InsertPage | Inserts a new page to current document being created. | |
LoadOptions | Loads the document options from an XML file on disk. | |
SaveOptions | Saves the document options to an XML file on disk. | |
SetOptions | Sets the extra options to use when saving a document using the specified format. | |
UpdateMetaFileResolution | Changes the resolution of an existing Windows Enhanced Metafile (EMF). |
Public Events
Name | Description | |
---|---|---|
Progress | Document writer progress notification event. |