XFINIUM.PDF Documentation
IsContinuedList Property



Xfinium.Pdf.LogicalStructure Namespace > PdfStandardListAttribute Class : IsContinuedList Property
Gets or sets a flag indicating whether this is a continued list.
Syntax
'Declaration
 
Public Property IsContinuedList As Boolean
'Usage
 
Dim instance As PdfStandardListAttribute
Dim value As Boolean
 
instance.IsContinuedList = value
 
value = instance.IsContinuedList
public bool IsContinuedList {get; set;}
public:
property bool IsContinuedList {
   bool get();
   void set (    bool value);
}

Property Value

A boolean flag specifying whether the list is a continuation of a previous list in the structure tree (true), or not (false).
Remarks
If the ContinuedFrom property is not set, the continuation is from the preceding list at the same level in the structure hierarchy.
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

PdfStandardListAttribute Class
PdfStandardListAttribute Members