Class PrintPreviewControl
Inheritance
System.Object
PrintPreviewControl
Assembly: Syncfusion.SfDiagram.UWP.dll
Syntax
public class PrintPreviewControl : Control
Constructors
PrintPreviewControl()
Declaration
public PrintPreviewControl()
Fields
CurrentPageNoProperty
Declaration
public static DependencyProperty CurrentPageNoProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
GridHeightProperty
Declaration
public static DependencyProperty GridHeightProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
GridWidthProperty
Declaration
public static DependencyProperty GridWidthProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
PageCountProperty
Declaration
public static DependencyProperty PageCountProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
PrintSourceProperty
Declaration
public static DependencyProperty PrintSourceProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
CurrentPageNo
Gets or sets Current Page No
Declaration
public int CurrentPageNo { get; set; }
Property Value
GridHeight
Declaration
public double GridHeight { get; set; }
Property Value
GridWidth
Declaration
public double GridWidth { get; set; }
Property Value
PageCount
Declaration
public int PageCount { get; set; }
Property Value
PrintSource
Declaration
public ImageSource PrintSource { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.ImageSource |
Extension Methods