Returns a Metafile representing the specified page.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public Metafile PageAsMetafile( int pageNo ) |
| Visual Basic |
|---|
Public Function PageAsMetafile ( _ pageNo As Integer _ ) As Metafile |
Parameters
- pageNo
- Type: System..::..Int32
The 1-based page number.