[]
For internal use. Returns metafile representing the page with specified index.
public abstract void GetPageMetafile(int pageIndex, out Metafile metafile, out bool disposeMetafile)
Public MustOverride Sub GetPageMetafile(pageIndex As Integer, ByRef metafile As Metafile, ByRef disposeMetafile As Boolean)
| Type | Name | Description |
|---|---|---|
| int | pageIndex | The index of the page. |
| Metafile | metafile | OUT: The metafile of the page. |
| bool | disposeMetafile | OUT: Indicates whether the returned metafile should be disposed when no longer used. |