Editor Methods |
The Editor type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose |
Disposes this instance of Editor, so that it releases all internal resources and becomes unavailable for further usage
|
![]() | Edit |
Opens a previously loaded document for editing using default options by generating and returning an instance of 'EditableDocument' class, that, in turn, contains methods for producing HTML markup and associated resources.
|
![]() | Edit(IEditOptions) |
Opens a previously loaded document for editing using specified format-specific options by generating and returning an instance of 'EditableDocument' class, that, in turn, contains methods for producing HTML markup and associated resources.
|
![]() | GetDocumentInfo |
Returns metadata about the document, that was loaded to this 'Editor' instance
|
![]() | Save(EditableDocument, Stream, ISaveOptions) |
Converts specified edited document, represented as instance of 'EditableDocument', to the resultant document of specified format and saves its content to specified stream
|
![]() | Save(EditableDocument, String, ISaveOptions) |
Converts specified edited document, represented as instance of 'EditableDocument', to the resultant document of specified format and saves its content to file by specified file path
|