UWP

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

    Show / Hide Table of Contents

    Class SfPdfViewerPrintTaskRequestedEventArgs

    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 Description
    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 Description
    Windows.Graphics.Printing.PrintTask

    Request

    Declaration
    public PrintTaskRequest Request { get; }
    Property Value
    Type Description
    Windows.Graphics.Printing.PrintTaskRequest

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved