The number of templates in collection.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public int Count { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Count As Integer
Get |
| Visual C++ |
|---|
public:
property int Count {
int get ();
} |
Property Value
Type:
Int32
See Also