menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IPrintDocument - WPF API Reference | Syncfusion

    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
    System.Windows.Thickness

    PageSize

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

    PrintablePageSize

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

    TotalPages

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

    Methods

    GetPage(Int32)

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

    OnSetPageSize()

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