menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class PdfViewerPrintTaskRequestedEventArgs

    Provides data for the PrintTaskRequested event.

    Inheritance
    System.Object
    PdfViewerPrintTaskRequestedEventArgs
    Namespace: Syncfusion.SfPdfViewer.XForms
    Assembly: Syncfusion.SfPdfViewer.XForms.dll
    Syntax
    public class PdfViewerPrintTaskRequestedEventArgs : EventArgs

    Properties

    PrintDocumentSource

    Gets a document source reference for the PrintDocumentSource of SfPdfViewer.

    Declaration
    public object PrintDocumentSource { get; }
    Property Value
    Type
    System.Object

    PrintTask

    Gets or sets the that represents the printing operation including the content to be printed.

    Declaration
    public object PrintTask { get; set; }
    Property Value
    Type
    System.Object

    Request

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