[]
Gets a Metafile that represents the specified page.
public Metafile PageAsMetafile(int pageIndex, PageDrawParams pdp)
Type | Name | Description |
---|---|---|
int | pageIndex | The page index (0-based). |
PageDrawParams | pdp | Specifies drawing params. |
Type | Description |
---|---|
Metafile | The Metafile representing the specified page, or null if index was invalid. |
Gets a Metafile that represents the specified page.
public Metafile PageAsMetafile(int pageIndex, bool renderInputControls, SmoothingMode smoothingMode)
Type | Name | Description |
---|---|---|
int | pageIndex | The page index (0-based). |
bool | renderInputControls | A value indicating whether to render input (preview forms) controls. |
SmoothingMode | smoothingMode | The smoothing mode to use. |
Type | Description |
---|---|
Metafile | The Metafile representing the specified page, or null if index was invalid. |
Gets a Metafile representing the specified page.
public Metafile PageAsMetafile(int pageIndex)
Type | Name | Description |
---|---|---|
int | pageIndex | The page index (0-based). |
Type | Description |
---|---|
Metafile | The Metafile representing the specified page, or null if index was invalid. |