Class HeaderFooterOption
Represents the options for Header and footer.
Inheritance
System.Object
HeaderFooterOption
Namespace: Syncfusion.ExcelToPdfConverter
Assembly: Syncfusion.ExcelToPDFConverter.Base.dll
Syntax
public class HeaderFooterOption : Object
Remarks
The options of header and footer are show header and footer.
Constructors
HeaderFooterOption()
The options for showing header and footer are set.
Declaration
public HeaderFooterOption()
Properties
ShowFooter
Gets or sets a value indicating whether to show footer. The default value is true.
Declaration
public bool ShowFooter { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowHeader
Gets or sets a value indicating whether to show header. The default value is true.
Declaration
public bool ShowHeader { get; set; }
Property Value
Type |
---|
System.Boolean |