Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

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.
DocmBytes Gets or sets the document content as an array of bytes in DOCM (Microsoft Office Open XML Macro-Enabled Document) 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.
DotBytes Gets or sets the document content as an array of bytes in DOT (Microsoft Word 97-2007 Template) format. Inherited from RichEditDocumentServer.
DotmBytes Gets or sets the document content as an array of bytes in DOTM (Microsoft Office Open XML Macro-Enabled Template) format. Inherited from RichEditDocumentServer.
DotxBytes Gets or sets the document content as an array of bytes in DOTX (Microsoft Office Open XML macro-free template) format. 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.
FlatOpcBytes Gets or sets the document content as an array of bytes in FlatOpc (Microsoft Word XML Document, .xml) format. Inherited from RichEditDocumentServer.
FlatOpcMacroEnabledBytes Gets or sets the document content as an array of bytes in FlatOpcMacroEnabled (Microsoft Word XML Macro-Enabled Document, .xml) format. Inherited from RichEditDocumentServer.
FlatOpcMacroEnabledTemplateBytes Gets or sets the document content as an array of bytes in FlatOpcMacroEnabledTemplate (Microsoft Word XML Macro-Enabled Template, .xml) format. Inherited from RichEditDocumentServer.
FlatOpcTemplateBytes Gets or sets the document content as an array of bytes in FlatOpcTemplate (Microsoft Word XML Template, .xml) format. Inherited from RichEditDocumentServer.
HtmlText Gets or sets the content as HTML text. Inherited from RichEditDocumentServer.
HyphenationDictionaries Provides access to the collection of hyphenation dictionaries. 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