ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / DocumentModel.PaperInfo Structure / DocumentModel.PaperInfo Constructor
The size in inches.

In This Topic
    DocumentModel.PaperInfo Constructor
    In This Topic
    Initializes a new instance of the DocumentModel.PaperInfo struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sizeIn As Size, _
       ByVal isLandscape As Boolean _
    )
    public DocumentModel.PaperInfo( 
       Size sizeIn,
       bool isLandscape
    )

    Parameters

    sizeIn
    The size in inches.
    isLandscape
    See Also