alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class PrintDocumentCompletedEventArgs

    Provides data for the PrintDocumentCompleted event.

    Inheritance
    System.Object
    PrintDocumentCompletedEventArgs
    Namespace: Syncfusion.Maui.PdfViewer
    Assembly: Syncfusion.Maui.PdfViewer.dll
    Syntax
    public class PrintDocumentCompletedEventArgs : EventArgs
    Remarks

    This class exposes the Status property, which indicates whether the print operation completed successfully or was cancelled.

    Properties

    Status

    Gets the status of the completed print operation.

    Declaration
    public PrintStatus Status { get; }
    Property Value
    Type Description
    PrintStatus

    Success when the document was submitted to the printer; Cancelled when the user cancelled the print dialog or the platform reported that the job was not submitted.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved