XFINIUM.PDF Documentation
GetContentHeight Method (PdfFlowTextContent)



The width for which the content height is computed.
Gets the content height.
Syntax
'Declaration
 
Public 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.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

Send Feedback