PageRenderInfoRowCount Property |
Get the total number of tiles rows.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 22.02.0
Syntaxpublic int RowCount { get; }
Public ReadOnly Property RowCount As Integer
Get
public:
property int RowCount {
int get ();
}
member RowCount : int with get
Property Value
Type:
Int32The integer value that represents the total number of tiles rows.
See Also