Class PrintInfo
Provides data for GetPrintInfo of the PrintingService.
Inheritance
System.Object
PrintInfo
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class PrintInfo : Object
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 |
---|
System.Boolean |
CurrentPage
Gets or sets currentpage for printing.
Declaration
public int CurrentPage { get; set; }
Property Value
Type |
---|
System.Int32 |
Elements
Gets or sets the collection of elements involved in printing.
Declaration
public IEnumerable<object> Elements { get; set; }
Property Value
Type |
---|
System.Collections.Generic.IEnumerable<System.Object> |
PrintAction
Gets or sets PrintAction
Declaration
public PrintAction PrintAction { get; set; }
Property Value
Type |
---|
PrintAction |
TotalPageCount
Gets or sets the total pagecount in the diagram.
Declaration
public int TotalPageCount { get; set; }
Property Value
Type |
---|
System.Int32 |
ViewPort
Gets or sets the viewport bounds.
Declaration
public Rect ViewPort { get; set; }
Property Value
Type |
---|
System.Windows.Rect |