alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class PDFExportedEventArgs

    Provides data for the Exported event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    PDFExportedEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class PDFExportedEventArgs : SyncfusionEventArgs

    Constructors

    PDFExportedEventArgs(PdfDocument)

    Initializes a new instance of the PDFExportedEventArgs class.

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

    PDF document exported

    Properties

    PdfDocument

    Gets the current PdfDocument to be exported.

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