Gets the text height for the specified piece of text in this note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetTextHeightAtIndex( _
ByVal Index As Integer _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim Index As Integer
Dim value As Double
value = instance.GetTextHeightAtIndex(Index)
|
C# | |
---|
double GetTextHeightAtIndex(
int Index
) |
C++/CLI | |
---|
double GetTextHeightAtIndex(
& int Index
) |
Parameters
- Index
Index of the desired piece of text where the index begins at 0
Return Value
Text height for the specified piece of text in meters
Remarks
See Also