CharHeight Property (ITextFormat)
Gets or sets the height of the font in meters.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CharHeight As Double |
Visual Basic (Usage) | |
---|
Dim instance As ITextFormat
Dim value As Double
instance.CharHeight = value
value = instance.CharHeight
|
C# | |
---|
double CharHeight {get; set;} |
C++/CLI | |
---|
property double CharHeight {
double get();
void set (double value);
} |
Return Value
Font height in meters
Example
See Also