menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PDFExportingEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PDFExportingEventArgs

    Provides data for the Exporting event.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    PDFExportingEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class PDFExportingEventArgs : SyncfusionCancelEventArgs

    Constructors

    PDFExportingEventArgs(PdfDocument)

    Initializes a new instance of the PDFExportingEventArgs class.

    Declaration
    public PDFExportingEventArgs(PdfDocument document)
    Parameters
    Type Name Description
    PdfDocument document

    PDF document being export

    Properties

    PdfDocument

    Gets or sets the current PdfDocument to be exported.

    Declaration
    public PdfDocument PdfDocument { get; set; }
    Property Value
    Type
    PdfDocument
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved