'Declaration Public Overloads Function GetPageImage( _ ByVal pageIndex As System.Integer, _ ByVal referenceGraphics As System.Drawing.Graphics _ ) As System.Drawing.Imaging.Metafile
public System.Drawing.Imaging.Metafile GetPageImage( System.int pageIndex, System.Drawing.Graphics referenceGraphics )
Parameters
- pageIndex
- The index of the page.
- referenceGraphics
- The reference graphics used to get device context for metafile.
Return Value
The System.Drawing.Imaging.Metafile representing the specified page, or null if the page was not found.