Skip to main content
A newer version of this page is available. .

RichEditDocumentServer Properties

A non-visual .NET library providing all the word processing functionality.
Name Description
DocBytes Gets or sets the document content as an array of bytes in Microsoft Word 97-2003 format (Doc) format.
Document Provides access to a Document interface, representing the document contained in the server.
DocumentLayout Provides access to the document layout.
DpiX Gets the current dpi value for the X-coordinate.
DpiY Gets the current dpi value for the Y-coordinate.
HtmlText Gets or sets the content as HTML text.
IsPrintingAvailable Maintained for compatibility with the code written for the RichEditControl.
IsUpdateLocked Returns a value indicating whether the RichEditDocumentServer object is locked for update.
LayoutCalculationMode Gets or sets the mode for layout calculation.
LayoutUnit Gets or sets a unit of measure used for a document model layout.
MhtText Gets or sets the document content as MHT text.
Model For internal use.
Modified Gets or sets a value that indicates that the document contents is modified since it was last saved.
OpenDocumentBytes Gets or sets the document content as an array of bytes in Open Office Text (.odt) format.
OpenXmlBytes Gets or sets the document content as an array of bytes in Office Open XML (Docx) format.
Options Provides access to the variety of options which can be specified for the RichEditDocumentServer.
RtfText Gets or sets the formatted text content of the document.
Text Gets or sets the plain text content of the document.
Unit Gets or sets a unit of measure used within the RichEditDocumentServer.
WordMLText Gets or sets the document content as the text in WordProcessingML (Microsoft Office Word 2003 XML) format.
See Also