Xamarin.Forms

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

    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 Description
    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 Description
    System.Object

    Request

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