Gets the height of this PDF font.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public float Height { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Height As Single
Get |
| Visual C++ |
|---|
public:
property float Height {
float get ();
} |
Property Value
Type:
Single
See Also