Class LayoutAttribute
Informs the document builder of the page layout used by the control.
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public sealed class LayoutAttribute : Attribute, _Attribute
- Inheritance
-
LayoutAttribute
- Implements
- Inherited Members
- Extension Methods
Constructors
LayoutAttribute(int, int)
Creates a new LayoutAttribute with the specified number of columns/rows.
public LayoutAttribute(int columns, int rows)
Parameters
Properties
Columns
Gets the number of columns per page.
public int Columns { get; }
Property Value
Rows
Gets the number of rows per page.
public int Rows { get; }