PageSetup
LinesPerPage Property
|
Gets or sets the number of lines per page in the document grid.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int LinesPerPage { get; set; }
Public Property LinesPerPage As Integer
Get
Set
public:
property int LinesPerPage {
int get ();
void set (int value);
}
member LinesPerPage : int with get, set
Property Value
Type:
Int32
See Also