| Visual Basic (Declaration) | |
|---|---|
Overloads Sub Export( _ ByVal document As PageDocument, _ ByVal outputStream As System.IO.Stream, _ ByVal pageRange As System.String _ ) | |
| C# | |
|---|---|
void Export( PageDocument document, System.IO.Stream outputStream, System.string pageRange ) | |
Parameters
- document
- Page document to export.
- outputStream
- The stream to write the output to.
- pageRange
- The page range to export.