'Declaration Overloads Sub Export( _ ByVal document As PageDocument, _ ByVal outputStream As Stream, _ ByVal pageRange As String _ )
void Export( PageDocument document, Stream outputStream, string pageRange )
Parameters
- document
- Page document to export.
- outputStream
- The stream to write the output to.
- pageRange
- The page range to export.