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