ActiveReports 10
DocumentModel.PaperInfo Constructor

GrapeCity.ActiveReports.Viewer.Win.v10 Assembly > GrapeCity.Viewer.Common.Model Namespace > DocumentModel.PaperInfo Structure : DocumentModel.PaperInfo Constructor
The size in inches.
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

Reference

DocumentModel.PaperInfo Structure
DocumentModel.PaperInfo Members