Class PdfHeader
Defines pdf header options.
Inheritance
System.Object
PdfHeader
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfHeader : Object
Constructors
PdfHeader()
Declaration
public PdfHeader()
Properties
Contents
Defines the header contents.
Declaration
public List<PdfHeaderFooterContent> Contents { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<PdfHeaderFooterContent> |
FromTop
Defines the header content distance from top.
Declaration
public double FromTop { get; set; }
Property Value
Type |
---|
System.Double |
Height
Defines the height of header content.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
Left
Gets or sets the distance from the left side of the page to the header in the exported PDF.
Declaration
public double Left { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A float value representing the distance of the header content from the left side of the page. |
Remarks
This property specifies the horizontal position of the header content relative to the left side of the page.