[]
Returns a Metafile representing the current page. This method draws input controls.
public Metafile AsMetafile()
Type | Description |
---|---|
Metafile | The Metafile representing the current page. |
Returns a Metafile representing the current page.
public Metafile AsMetafile(bool renderInputControls)
Type | Name | Description |
---|---|---|
bool | renderInputControls | Indicates whether to draw input controls (see RenderInputBase). |
Type | Description |
---|---|
Metafile | The Metafile representing the current page. |
Returns a Metafile representing the current page.
public Metafile AsMetafile(EmfType emfType, bool whiten)
Type | Name | Description |
---|---|---|
EmfType | emfType | Specifies the metafile type. |
bool | whiten | Indicates whether to fill the page with white color before drawing. |
Type | Description |
---|---|
Metafile | The Metafile representing the current page. |
Returns a Metafile representing the current page.
public Metafile AsMetafile(Graphics referenceGraphics, EmfType emfType, bool whiten, bool renderInputControls)
Type | Name | Description |
---|---|---|
Graphics | referenceGraphics | Specifies the reference graphics for the metafile. |
EmfType | emfType | Specifies the metafile type. |
bool | whiten | Indicates whether to fill the page with white color before drawing. |
bool | renderInputControls | Indicates whether to draw input controls (see RenderInputBase). |
Type | Description |
---|---|
Metafile | The Metafile representing the current page. |
Returns a Metafile representing the current page.
public Metafile AsMetafile(Graphics referenceGraphics, EmfType emfType, bool whiten, bool renderInputControls, SmoothingMode smoothingMode)
Type | Name | Description |
---|---|---|
Graphics | referenceGraphics | Specifies the reference graphics for the metafile. |
EmfType | emfType | Specifies the metafile type. |
bool | whiten | Indicates whether to fill the page with white color before drawing. |
bool | renderInputControls | Indicates whether to draw input controls (see RenderInputBase). |
SmoothingMode | smoothingMode | Smoothing mode used for drawing. |
Type | Description |
---|---|
Metafile | The Metafile representing the current page. |
Returns a Metafile representing the current page.
public Metafile AsMetafile(Graphics referenceGraphics, PageDrawParams pdp)
Type | Name | Description |
---|---|---|
Graphics | referenceGraphics | The reference graphics for the metafile. |
PageDrawParams | pdp | The parameters used to draw the metafile. |
Type | Description |
---|---|
Metafile | The Metafile representing the current page. |