Search Results for

    Show / Hide Table of Contents

    Class MetaPages

    Collection of pages

    Inheritance
    object
    MetaPages
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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()
    In this article
    Back to top Generated by DocFX