The ExportUtil type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetMaxPageNumber(Object) |
Gets the maximum valid physical page number (1-based index) for the specified document.
|
|
GetMaxPageNumber(Object, Int32) |
Gets the maximum valid physical page number (1-based index) for the specified document.
|
|
GetMinPageNumber |
Returns the minimum page number for the specified document.
|
|
GetPageMetafile(C1PrintDocument, Int32) |
Gets the page metafile for export or printing.
|
|
GetPageMetafile(IC1Document, Int32) |
Gets the page metafile for export or printing.
|
|
GetPageMetafile(Int32, IList, Object) |
Gets the page metafile for export or printing.
|
|
GetPageMetafile(Graphics, Int32, IList, Object) |
Gets the page metafile for export or printing.
|
|
GetPages |
Gets the list of page images representing the document, or null
if the document is a C1Preview.
|
|
PageExists |
Tests whether the page with the specified number exists in the document.
|
|
PageIndexToPageNumber |
Converts a 0-based page index to the logical 1-based page number.
|
|
PageIndicesToPageNumbers |
Converts an array of 0-based physical page indices to an array
of 1-based logical page numbers.
|