SubDocument.GetDocBytes Method
Name | Parameters | Description |
---|---|---|
GetDocBytes(DocumentRange, DocDocumentExporterOptions) | range, options | Exports the range content in DOC (Microsoft Word 97-2003 Document) format and returns a byte array with this content. |
GetDocBytes(DocumentRange) | range | Exports the range content in DOC (Microsoft Word 97-2003 Document) format and returns a byte array with this content. |