SubDocument.GetDocxBytes Method
Name | Parameters | Description |
---|---|---|
GetDocxBytes(DocumentRange, OpenXmlDocumentExporterOptions) | range, options | Exports the content of the specified document range as a document in Office Open XML (DOCX) format and returns a byte array with this document. |
GetDocxBytes(DocumentRange) | range | Exports the content of the specified document range as a document in Office Open XML (DOCX) format and returns a byte array with this document. |