Skip to content

PDFFixedGridPageDisplayLayout

Namespace: O2S.Components.PDF4NET.View.Layouts

Defines a layout for PDF pages that consists of a fixed grid of rows and columns.

public class PDFFixedGridPageDisplayLayout : PDFPageDisplayLayout

Inheritance ObjectPDFPageDisplayLayoutPDFFixedGridPageDisplayLayout

Constructors

PDFFixedGridPageDisplayLayout()

Initializes a new PDFFixedGridPageDisplayLayout object.

public PDFFixedGridPageDisplayLayout()

PDFFixedGridPageDisplayLayout(Int32, Int32)

Initializes a new PDFFixedGridPageDisplayLayout object.

public PDFFixedGridPageDisplayLayout(int rows, int columns)

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.

public string ToString()

Returns

String