Class ListEndPageLayoutEventArgs
Represents begin page layout event arguments.
Inherited Members
Namespace: Syncfusion.Pdf.Lists
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public class ListEndPageLayoutEventArgs : EndPageLayoutEventArgs
Properties
List
Gets the list that ended layout.
Declaration
public PdfList List { get; }
Property Value
Type | Description |
---|---|
PdfList | The list that ended layout. |