'Declaration Public Function New( _ ByVal emfType As Nullable(Of EmfType), _ ByVal whiten As Boolean, _ ByVal renderInputControls As Boolean, _ ByVal useGdiToDrawLinesWhenPossible As Boolean, _ ByVal writeMetafileComments As Boolean, _ ByVal smoothingMode As Nullable(Of SmoothingMode) _ )
public PageDrawParams( Nullable<EmfType> emfType, bool whiten, bool renderInputControls, bool useGdiToDrawLinesWhenPossible, bool writeMetafileComments, Nullable<SmoothingMode> smoothingMode )
Parameters
- emfType
- whiten
- renderInputControls
- useGdiToDrawLinesWhenPossible
- writeMetafileComments
- smoothingMode