XFINIUM.PDF.View.Wpf Documentation
PdfFixedGridPageDisplayLayout Constructor(Int32,Int32)



Xfinium.Pdf.View.Layouts Namespace > PdfFixedGridPageDisplayLayout Class > PdfFixedGridPageDisplayLayout Constructor : PdfFixedGridPageDisplayLayout Constructor(Int32,Int32)
The number of page rows in the layout
The number of page columns in the layout
Initializes a new PdfFixedGridPageDisplayLayout object.
Syntax
'Declaration
 
Public Function New( _
   ByVal rows As Integer, _
   ByVal columns As Integer _
)
'Usage
 
Dim rows As Integer
Dim columns As Integer
 
Dim instance As New PdfFixedGridPageDisplayLayout(rows, columns)
public PdfFixedGridPageDisplayLayout( 
   int rows,
   int columns
)
public:
PdfFixedGridPageDisplayLayout( 
   int rows,
   int columns
)

Parameters

rows
The number of page rows in the layout
columns
The number of page columns in the layout
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfFixedGridPageDisplayLayout Class
PdfFixedGridPageDisplayLayout Members
Overload List