SubDocument.GetDotxBytes Method
| Name | Parameters | Description |
|---|---|---|
| GetDotxBytes(DocumentRange, DotxDocumentExporterOptions) | range, options | Exports the range content in DOTX (Microsoft Office Open XML macro-free template) format and returns a byte array with this content. |
| GetDotxBytes(DocumentRange) | range | Exports the range content in DOTX (Microsoft Office Open XML macro-free template) format and returns a byte array with this content. |