menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfHeaderFooterEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfHeaderFooterEventArgs

    Provides data for the HeaderAndFooterExporting event.

    Inheritance
    System.Object
    PdfHeaderFooterEventArgs
    Namespace: Syncfusion.SfDataGrid.Exporting
    Assembly: Syncfusion.SfGridConverter.Android.dll
    Syntax
    public sealed class PdfHeaderFooterEventArgs : EventArgs

    Constructors

    PdfHeaderFooterEventArgs(SfDataGrid, PdfPage, PdfDocumentTemplate)

    Initializes a new instance of the PdfHeaderFooterEventArgs class.

    Declaration
    public PdfHeaderFooterEventArgs(SfDataGrid dataGrid, PdfPage pdfPage, PdfDocumentTemplate pdfDocumentTemplate)
    Parameters
    Type Name Description
    SfDataGrid dataGrid

    The reference of the SfDataGrid.

    PdfPage pdfPage

    The Pdfpage to be exported.

    PdfDocumentTemplate pdfDocumentTemplate

    The pdf document template to be exported.

    Fields

    PdfPage

    Gets the PdfPage to exported.

    Declaration
    public readonly PdfPage PdfPage
    Field Value
    Type
    PdfPage

    Properties

    PdfDocumentTemplate

    Gets the template of exporting PDF document.

    Declaration
    public PdfDocumentTemplate PdfDocumentTemplate { get; }
    Property Value
    Type Description
    PdfDocumentTemplate

    The template of exporting PDF document.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved