menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrintStatus - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PrintStatus

    Specifies to notify the status of the Printing.

    Inheritance
    System.Object
    PrintStatus
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class PrintStatus : Enum

    Fields

    Cancelled

    Specifies the Cancelled status of the printing.

    Declaration
    public const PrintStatus Cancelled
    Field Value
    Type
    PrintStatus

    Completed

    Specifies the completed status of the printing.

    Declaration
    public const PrintStatus Completed
    Field Value
    Type
    PrintStatus

    DocumentPrepared

    Specifies the completed status of the document preparation.

    Declaration
    public const PrintStatus DocumentPrepared
    Field Value
    Type
    PrintStatus

    PagePrepared

    Specifies the completed status of the page preparation.

    Declaration
    public const PrintStatus PagePrepared
    Field Value
    Type
    PrintStatus

    Printing

    Specifies the progress status of the printing.

    Declaration
    public const PrintStatus Printing
    Field Value
    Type
    PrintStatus

    Started

    Specifies the printing has been started.

    Declaration
    public const PrintStatus Started
    Field Value
    Type
    PrintStatus

    Extension Methods

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