[]
Gets the page metafile for export or printing.
public static Metafile GetPageMetafile(int pageNo, IList pages, object document, PageDrawParams pdp)
Type | Name | Description |
---|---|---|
int | pageNo | The physical page number (1-based index). |
IList | pages | The pages collection (may be |
object | document | The document (may be |
PageDrawParams | pdp | Specifies drawing params. |
Type | Description |
---|---|
Metafile | The page metafile. |
Gets the page metafile for export or printing.
public static Metafile GetPageMetafile(IC1Document document, int pageIdx, PageDrawParams pdp)
Type | Name | Description |
---|---|---|
IC1Document | document | The object supporting IC1Document. |
int | pageIdx | The 0-based page index. |
PageDrawParams | pdp | Specifies drawing params. |
Type | Description |
---|---|
Metafile | The page metafile. |
Gets the page metafile for export or printing.
public static Metafile GetPageMetafile(C1PrintDocument document, int pageIdx)
Type | Name | Description |
---|---|---|
C1PrintDocument | document | The C1PrintDocument object. |
int | pageIdx | The 0-based page index. |
Type | Description |
---|---|
Metafile | The page metafile. |