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

SnapDocumentServer Properties

A non-visual reporting engine providing all the functionality of Snap.
Name Description
DocBytes Gets or sets the document content as an array of bytes in Microsoft Word 97-2003 format (Doc) format. Inherited from RichEditDocumentServer.
Document Provides access to a Snap document stored on the SnapDocumentServer.
DocumentLayout Provides access to the document layout. Inherited from RichEditDocumentServer.
DpiX Gets the current dpi value for the X-coordinate. Inherited from RichEditDocumentServer.
DpiY Gets the current dpi value for the Y-coordinate. Inherited from RichEditDocumentServer.
HtmlText Gets or sets the content as HTML text. Inherited from RichEditDocumentServer.
IsPrintingAvailable Maintained for compatibility with the code written for the RichEditControl. Inherited from RichEditDocumentServer.
IsUpdateLocked Returns a value indicating whether the RichEditDocumentServer object is locked for update. Inherited from RichEditDocumentServer.
LayoutCalculationMode Gets or sets the mode for layout calculation. Inherited from RichEditDocumentServer.
LayoutUnit Gets or sets a unit of measure used for a document model layout. Inherited from RichEditDocumentServer.
MhtText Gets or sets the document content as MHT text. Inherited from RichEditDocumentServer.
Model For internal use. Inherited from RichEditDocumentServer.
Modified Gets or sets a value that indicates that the document contents is modified since it was last saved. Inherited from RichEditDocumentServer.
OpenDocumentBytes Gets or sets the document content as an array of bytes in Open Office Text (.odt) format. Inherited from RichEditDocumentServer.
OpenXmlBytes Gets or sets the document content as an array of bytes in Office Open XML (Docx) format. Inherited from RichEditDocumentServer.
Options Provides access to the options that determine how a mail-merge document is displayed in a Snap application.
RtfText Gets or sets the formatted text content of the document. Inherited from RichEditDocumentServer.
SnxBytes Specifies a byte array that stores a Snap document in the native SNX format.
Text Gets or sets the plain text content of the document. Inherited from RichEditDocumentServer.
Unit Gets or sets a unit of measure used within the RichEditDocumentServer. Inherited from RichEditDocumentServer.
WordMLText Gets or sets the document content as the text in WordProcessingML (Microsoft Office Word 2003 XML) format. Inherited from RichEditDocumentServer.
See Also