PageAsMetafile Method (C1PrintDocument)
Returns a
System.Drawing.Imaging.Metafile representing the specified page.
'Declaration
Public Function PageAsMetafile( _
ByVal As Integer _
) As Metafile
Parameters
- pageNo
- The 1-based page number.
Return Value
The
System.Drawing.Imaging.Metafile representing the specified page, or
null if the page was not found.