WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrintInfo - WPF API Reference | Syncfusion PrintingService. ">

    Show / Hide Table of Contents

    Class PrintInfo

    Provides data for GetPrintInfo of the PrintingService.

    Inheritance
    System.Object
    PrintInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class PrintInfo

    Constructors

    PrintInfo()

    Declaration
    public PrintInfo()

    Properties

    Cancel

    Gets or sets a value that indicates whether a printing pages is a Cancel.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    CurrentPage

    Gets or sets currentpage for printing.

    Declaration
    public int CurrentPage { get; set; }
    Property Value
    Type Description
    System.Int32

    Elements

    Gets or sets the collection of elements involved in printing.

    Declaration
    public IEnumerable<object> Elements { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.Object>

    PrintAction

    Gets or sets PrintAction

    Declaration
    public PrintAction PrintAction { get; set; }
    Property Value
    Type Description
    PrintAction

    TotalPageCount

    Gets or sets the total pagecount in the diagram.

    Declaration
    public int TotalPageCount { get; set; }
    Property Value
    Type Description
    System.Int32

    ViewPort

    Gets or sets the viewport bounds.

    Declaration
    public Rect ViewPort { get; set; }
    Property Value
    Type Description
    System.Windows.Rect
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved