Gets whether the character height is in points or system units.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsHeightSpecifiedInPts() As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITextFormat
Dim value As Boolean
value = instance.IsHeightSpecifiedInPts()
|
C# | |
---|
bool IsHeightSpecifiedInPts() |
C++/CLI | |
---|
bool IsHeightSpecifiedInPts(); |
Return Value
TRUE if the character height is in points, FALSE if it is in system units
Example
Remarks
See Also