Syncfusion.Xamarin.Pdf by Syncfusion Inc.

<PackageReference Include="Syncfusion.Xamarin.Pdf" Version="24.1.43" />

.NET API 4,954,624 bytes

 PdfSection

Represents a section entity. A section it's a set of the pages with similar page settings.
public PdfPageLabel PageLabel { get; set; }

Gets or sets the PdfPageLabel of the section.

Gets the collection of pages in a section (Read only).

public PdfPageSettings PageSettings { get; set; }

Gets or sets the PdfPageSettings of the section.

public PdfSectionTemplate Template { get; set; }

Gets or sets the PdfSectionTemplate for the pages in the section.

Event rises when the new page has been added

Returns an enumerator that iterates through a collection.

protected virtual void OnPageAdded(PageAddedEventArgs args)

Called when the page has been added