'Declaration
Public Overloads Function PageAsMetafile( _
ByVal As System.Integer, _
ByVal As System.Boolean, _
ByVal As System.Drawing.Drawing2D.SmoothingMode _
) As System.Drawing.Imaging.Metafile
public System.Drawing.Imaging.Metafile PageAsMetafile(
System.int ,
System.bool ,
System.Drawing.Drawing2D.SmoothingMode
)
Parameters
- pageIndex
- The page index (0-based).
- renderInputControls
- A value indicating whether to render input (preview forms) controls.
- smoothingMode
- The smoothing mode to use.
Return Value
The System.Drawing.Imaging.Metafile representing the specified page, or null if index was invalid.