Class ListEndPageLayoutEventArgs
- Namespace
- Syncfusion.Pdf.Lists
- Assembly
- Syncfusion.Pdf.Portable.dll
Represents begin page layout event arguments.
public class ListEndPageLayoutEventArgs : EndPageLayoutEventArgs
- Inheritance
-
ListEndPageLayoutEventArgs
- Inherited Members
Properties
List
Gets the list that ended layout.
public PdfList List { get; }
Property Value
- PdfList
The list that ended layout.
- See Also