ExcelToPdfDocumentOptionsPageBreakBetweenWorksheets Property

Gets or sets a value indicating whether each worksheet starts on a new PDF page. The default value is true

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next.ExcelToPdf (in EvoPdf.Next.ExcelToPdf.dll) Version: 14.0.0
C#
public bool PageBreakBetweenWorksheets { get; set; }

Property Value

Boolean

See Also