WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PDFExportingEventArgs - WindowsForms API Reference | Syncfusion Exporting event. ">

    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 Description
    PdfDocument
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved