UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrintPreviewControl - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PrintPreviewControl

    Inheritance
    System.Object
    PrintPreviewControl
    Namespace: Syncfusion.UI.Xaml.Diagram.Controls
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class PrintPreviewControl : Control

    Constructors

    PrintPreviewControl()

    Initializes a new instance of the PrintPreviewControl class.

    Declaration
    public PrintPreviewControl()

    Fields

    CurrentPageNoProperty

    Declaration
    public static DependencyProperty CurrentPageNoProperty
    Field Value
    Type Description
    Windows.UI.Xaml.DependencyProperty

    GridHeightProperty

    Declaration
    public static DependencyProperty GridHeightProperty
    Field Value
    Type Description
    Windows.UI.Xaml.DependencyProperty

    GridWidthProperty

    Declaration
    public static DependencyProperty GridWidthProperty
    Field Value
    Type Description
    Windows.UI.Xaml.DependencyProperty

    PageCountProperty

    Declaration
    public static DependencyProperty PageCountProperty
    Field Value
    Type Description
    Windows.UI.Xaml.DependencyProperty

    PrintSourceProperty

    Declaration
    public static DependencyProperty PrintSourceProperty
    Field Value
    Type Description
    Windows.UI.Xaml.DependencyProperty

    Properties

    CurrentPageNo

    Gets or sets Current Page No

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

    GridHeight

    Gets or sets GridHeight

    Declaration
    public double GridHeight { get; set; }
    Property Value
    Type Description
    System.Double

    GridWidth

    Gets or sets GridWidth

    Declaration
    public double GridWidth { get; set; }
    Property Value
    Type Description
    System.Double

    PageCount

    Gets or sets PageCount

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

    PrintSource

    Gets or sets PrintSource

    Declaration
    public ImageSource PrintSource { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.ImageSource

    Extension Methods

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