PDFFixedGridPageDisplayLayout¶
Namespace: O2S.Components.PDF4NET.View.Layouts
Defines a layout for PDF pages that consists of a fixed grid of rows and columns.
Inheritance Object → PDFPageDisplayLayout → PDFFixedGridPageDisplayLayout
Constructors¶
PDFFixedGridPageDisplayLayout()¶
Initializes a new PDFFixedGridPageDisplayLayout object.
PDFFixedGridPageDisplayLayout(Int32, Int32)¶
Initializes a new PDFFixedGridPageDisplayLayout object.
Parameters
rows Int32
The number of page rows in the layout
columns Int32
The number of page columns in the layout
Methods¶
ToString()¶
Converts the object to string.
Returns