menu

Document Processing

SfPdfViewerPrintTaskRequestedEventArgs Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    SfPdfViewerPrintTaskRequestedEventArgs Class

    Provides data for the SfPdfViewerControl.PrintTaskRequest event.

    Inheritance
    System.Object
    SfPdfViewerPrintTaskRequestedEventArgs
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class SfPdfViewerPrintTaskRequestedEventArgs : EventArgs

    Properties

    PrintDocumentSource

    Gets a document source reference for the PrintDocumentSource of SfPdfViewerControl.

    Declaration
    public IPrintDocumentSource PrintDocumentSource { get; }
    Property Value
    Type
    Windows.Graphics.Printing.IPrintDocumentSource

    PrintTask

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

    Declaration
    public PrintTask PrintTask { get; set; }
    Property Value
    Type
    Windows.Graphics.Printing.PrintTask

    Request

    Declaration
    public PrintTaskRequest Request { get; }
    Property Value
    Type
    Windows.Graphics.Printing.PrintTaskRequest
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved