[]
Returns a Metafile representing the specified page.
public Metafile GetPageImage(int pageIndex, Graphics referenceGraphics)
Public Function GetPageImage(pageIndex As Integer, referenceGraphics As Graphics) As Metafile
| 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)
Public Function GetPageImage(pageIndex As Integer) As Metafile
| 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. |