alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PdfHeader

    Defines pdf header options.

    Inheritance
    object
    PdfHeader
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.Grids.dll
    Syntax
    public class PdfHeader

    Constructors

    PdfHeader()

    Declaration
    public PdfHeader()

    Properties

    Contents

    Defines the header contents.

    Declaration
    public List<PdfHeaderFooterContent>? Contents { get; set; }
    Property Value
    Type
    List<PdfHeaderFooterContent>

    FromTop

    Defines the header content distance from top.

    Declaration
    public double FromTop { get; set; }
    Property Value
    Type
    double

    Height

    Defines the height of header content.

    Declaration
    public double Height { get; set; }
    Property Value
    Type
    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
    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.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved