'Declaration
Public Overloads Overrides Function GetContentHeight( _ ByVal width As Double _ ) As Double
'Usage
Dim instance As PdfFlowAnnotationContent Dim width As Double Dim value As Double value = instance.GetContentHeight(width)
Parameters
- width
- The width for which the content height is computed.
Return Value
The height of the content for the specified width.
When this method is called for the first time, the content height is calculated. Subsequent calls with the same 'width' parameter return the already computed height.
When this method is called for the first time, the content height is calculated. Subsequent calls with the same 'width' parameter return the already computed height.