ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.PageSetup Namespace / PaperSize Structure / PaperSize Constructor
The name of paper format.
The units of paper size.
The size of paper.

In This Topic
    PaperSize Constructor
    In This Topic
    Creates new instance of PaperSize.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal unit As PaperSizeUnit, _
       ByVal size As Size _
    )
    public PaperSize( 
       string name,
       PaperSizeUnit unit,
       Size size
    )

    Parameters

    name
    The name of paper format.
    unit
    The units of paper size.
    size
    The size of paper.
    See Also