'Declaration Public Overloads Function PageAsMetafile( _ ByVal pageIndex As Integer, _ ByVal renderInputControls As Boolean, _ ByVal smoothingMode As SmoothingMode _ ) As Metafile
public Metafile PageAsMetafile( int pageIndex, bool renderInputControls, SmoothingMode 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.