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