Represents a Microsoft Word Document.
Methods
|
Name |
Description |
|
Append |
Appends the specified Word Document at the end of this Document. |
|
Append2 |
Appends the specified Word Document at the end of this Document. |
|
AppendFile |
Appends the specified File at the end of this Document. |
|
Clone |
|
|
GetBookmarks |
Gets a list of Bookmarks in the Document. |
|
IsSupportedSaveFileExtension |
Indicates whether the file extension is a supported file type that can be saved. |
|
LoadFromHtmlString |
Loads a Word Document from an HTML String. |
|
Open |
Opens a Document. |
|
OpenFromByteArray |
Loads a Word DocX Document from a byte array. |
|
Paginate |
Paginates the Word Document. Note, also updates fields. |
|
Print |
Prints the Document. |
|
Save |
Save the Document to a File. Note, the format of the file is determined by the file extension. |
|
SaveDocXToByteArray |
Saves the Document to a Byte Array in DocX format. |
|
SavePdfToByteArray |
Saves the Document to a Byte Array in PDF format. |
|
SaveTiffToByteArray |
Saves the Document to a Byte Array in Tiff image format. |
|
UpdateBookmarks |
Updates Bookmarks in the Document. |
|
UpdateFont |
Updates a Font from one FontName to another. |
Properties
|
Name |
Description |
|
Document Read-Only System Use Only |
|
|
Filename Read-Only |
The Filename of the Document opened or last saved. |
|
FontsFolder |
The folder where private Fonts are stored. |
|
PageCount Read-Only |
The number of pages in the document. |
|
SuggestedFilename |
The suggested Filename of the Document. This might be used when saving the document for the first time. |
- Namespace:
- Intersoft.ISSupport6
- Assembly:
- ISSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0