[]
For internal use. Returns metafile representing the page with specified index.
public override void GetPageMetafile(int pageIndex, out Metafile metafile, out bool disposeMetafile)
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. |