XFINIUM.PDF Documentation
EnableRowSplit Property



Gets or sets a value indicating whether the row may be split if the space at the bottom cannot accomodate the full row.
Syntax
'Declaration
 
Public Property EnableRowSplit As Boolean
'Usage
 
Dim instance As PdfFlowTableRow
Dim value As Boolean
 
instance.EnableRowSplit = value
 
value = instance.EnableRowSplit
public bool EnableRowSplit {get; set;}
public:
property bool EnableRowSplit {
   bool get();
   void set (    bool value);
}

Property Value

Default true, the row may be split if its content supports spliting. If false the row will not be split.
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

PdfFlowTableRow Class
PdfFlowTableRow Members

Send Feedback