API Reference
Class
PdfSectionOptions
Configures a generated document section.
Inheritance
- Object
- PdfSectionOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method PdfDocument.Section
- Method PdfItemCompose.Section
Constructors
public PdfSectionOptions() #Inherited Methods
Properties
public String DestinationName { get; set; } #Optional named destination; a stable document-local name is generated when omitted.
public Int32 Level { get; set; } #Outline and TOC hierarchy level.
public Boolean StartOnNewPage { get; set; } #Starts the section on a new page when prior page content exists.
public Boolean IncludeHeading { get; set; } #Emits a heading for the section title.
public Boolean IncludeInTableOfContents { get; set; } #Includes the section in generated tables of contents.
public PdfHeadingStyle HeadingStyle { get; set; } #Optional heading style override.
public PdfSectionReference Reference { get; set; } #Optional handle populated with the final output location.