WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IPrintDocument

    Show / Hide Table of Contents

    Interface IPrintDocument

    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public interface IPrintDocument

    Properties

    Margin

    Declaration
    Thickness Margin { get; set; }
    Property Value
    Type Description
    System.Windows.Thickness

    PageSize

    Declaration
    Size PageSize { get; set; }
    Property Value
    Type Description
    System.Windows.Size

    PrintablePageSize

    Declaration
    Size PrintablePageSize { get; set; }
    Property Value
    Type Description
    System.Windows.Size

    TotalPages

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

    Methods

    GetPage(Int32)

    Declaration
    FrameworkElement GetPage(int pageNo)
    Parameters
    Type Name Description
    System.Int32 pageNo
    Returns
    Type Description
    System.Windows.FrameworkElement

    OnSetPageSize()

    Declaration
    void OnSetPageSize()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved