[]
Returns a Metafile representing the specified page.
public Metafile GetPageImage(int pageIndex, Graphics referenceGraphics)
| Type | Name | Description |
|---|---|---|
| int | pageIndex | The index of the page. |
| Graphics | referenceGraphics | The reference graphics used to get device context for metafile. |
| Type | Description |
|---|---|
| Metafile | The Metafile representing the specified page, or null if the page was not found. |
Returns a Metafile representing the specified page.
public Metafile GetPageImage(int pageIndex)
| Type | Name | Description |
|---|---|---|
| int | pageIndex | The index of the page. |
| Type | Description |
|---|---|
| Metafile | The Metafile representing the specified page, or null if the page was not found. |