XFINIUM.PDF Documentation
SplitByBox(Double,Double) Method



The box width.
The box height.
Gets the formatted content that fits in the given box.
Syntax
'Declaration
 
Public Overloads Function SplitByBox( _
   ByVal width As Double, _
   ByVal height As Double _
) As PdfFormattedContent
'Usage
 
Dim instance As PdfFormattedContent
Dim width As Double
Dim height As Double
Dim value As PdfFormattedContent
 
value = instance.SplitByBox(width, height)
public PdfFormattedContent SplitByBox( 
   double width,
   double height
)
public:
PdfFormattedContent^ SplitByBox( 
   double width,
   double height
) 

Parameters

width
The box width.
height
The box height.

Return Value

The formatted content that fits in the given box.
Remarks
This method modifies the current object, the formatted content that fits the given box is removed from current object and returned as a new object.
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

PdfFormattedContent Class
PdfFormattedContent Members
Overload List

Send Feedback