XFINIUM.PDF Documentation
GetContentHeight(Double) Method



Xfinium.Pdf.FlowDocument Namespace > PdfFlowTextContent Class > GetContentHeight Method : GetContentHeight(Double) Method
The width for which the content height is computed.
Gets the content height.
Syntax
'Declaration
 
Public Overloads Overrides Function GetContentHeight( _
   ByVal width As Double _
) As Double
'Usage
 
Dim instance As PdfFlowTextContent
Dim width As Double
Dim value As Double
 
value = instance.GetContentHeight(width)
public override double GetContentHeight( 
   double width
)
public:
double GetContentHeight( 
   double width
) override 

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.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfFlowTextContent Class
PdfFlowTextContent Members
Overload List