[]
Exports the specified document.
void Export(SectionDocument document, string filePath, string pageRange)
Type | Name | Description |
---|---|---|
SectionDocument | document | The document. |
string | filePath | The file path. |
string | pageRange | The page range. |
Exports the specified document.
void Export(SectionDocument document, string filePath)
Type | Name | Description |
---|---|---|
SectionDocument | document | The document. |
string | filePath | The file path. |
Exports the specified document.
void Export(SectionDocument document, Stream outputStream)
Type | Name | Description |
---|---|---|
SectionDocument | document | The document. |
Stream | outputStream | The output stream. |
Exports the specified document.
void Export(SectionDocument document, Stream outputStream, string pageRange)
Type | Name | Description |
---|---|---|
SectionDocument | document | The document. |
Stream | outputStream | The output stream. |
string | pageRange | The page range. |
Exports the specified document.
void Export(SectionDocument document, IOutputHtml outputHandler, string pageRange)
Type | Name | Description |
---|---|---|
SectionDocument | document | The document. |
IOutputHtml | outputHandler | The output handler. |
string | pageRange | The page range. |