ExcelToPdfDocumentOptionsUseFirstWorksheetPageSettings Property
Applies only when UsePageSettingsFromExcel is true. If true, page settings from the first worksheet are used for all worksheets.
If false, page settings from the workbook's active worksheet are used for all worksheets (if an active worksheet is set).
Has no effect when UsePageSettingsFromExcel is false.
The default value is true
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next.ExcelToPdf (in Winnovative.Pdf.Next.ExcelToPdf.dll) Version: 20.0.0
public bool UseFirstWorksheetPageSettings { get; set; }
Property Value
Boolean