Class MetaPages
Collection of pages
Inherited Members
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public class MetaPages
Constructors
MetaPages(MetaFile)
Constructor
Declaration
public MetaPages(MetaFile meta)
Parameters
| Type | Name | Description |
|---|---|---|
| MetaFile | meta | Parent MetaFile |
Properties
Count
Retrieve the page count, the report processing will be done until the total number of pages is known
Declaration
public int Count { get; }
Property Value
| Type | Description |
|---|---|
| int |
CurrentCount
Current page count
Declaration
public int CurrentCount { get; }
Property Value
| Type | Description |
|---|---|
| int |
this[int]
Access page by index
Declaration
public MetaPage this[int index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | Index requested |
Property Value
| Type | Description |
|---|---|
| MetaPage | MetaPage in this index |
Methods
Add(MetaPage)
Add a metapage to the collection
Declaration
public void Add(MetaPage obj)
Parameters
| Type | Name | Description |
|---|---|---|
| MetaPage | obj | MetaPage to add |
Clear()
Clear the collection, freeing pages
Declaration
public void Clear()
ClearCollection()
Clear the collection, not freeing pages
Declaration
public void ClearCollection()