Overload | Description |
---|---|
Export(PageDocument,String) | Exports the specified document to a TIFF file. |
Export(PageDocument,String,String) | Exports the specified document to a TIFF file. |
Export(PageDocument,Stream) | Exports the specified document to the specified stream in TIFF. |
Export(PageDocument,Stream,String) | Exports the specified document to the specified stream in TIFF. |
Export(IReport,String,String) | Exports the specified IReport to file |
Export(IReport,String) | Exports the specified IReport to file |
Export(IReport,Stream) | Exports the specified IReport to stream |
Export(IReport,Stream,String) | Exports the specified IReport to stream |
Export(SectionDocument,String,String) | Exports the specified range of pages from the document to a TIFF file. |
Export(SectionDocument,String) | Exports the specified document to a TIFF file. |
Export(SectionDocument,Stream) | Exports the document to the specified stream. |
Export(SectionDocument,Stream,String) | Exports the specified range of pages from the document to the specified stream. |