menu

WPF

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

    Show / Hide Table of Contents

    Class PrintPageSize

    Represents the clss PrintPageSize that contains the information of page size.

    Inheritance
    System.Object
    NotificationObject
    PrintPageSize
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    NotificationObject.PropertyChanged
    NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
    NotificationObject.RaisePropertyChanged(String)
    NotificationObject.RaisePropertyChanged(String[])
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Shared.Printing
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class PrintPageSize : NotificationObject, INotifyPropertyChanged

    Constructors

    PrintPageSize()

    Declaration
    public PrintPageSize()

    Properties

    ImagePath

    Gets or sets the value to the image path.

    Declaration
    public Path ImagePath { get; set; }
    Property Value
    Type
    System.Windows.Shapes.Path

    PageSizeName

    Gets or sets the value to the page type.

    Declaration
    public string PageSizeName { get; set; }
    Property Value
    Type
    System.String

    PageSizeUnit

    Gets or sets the Unit for pagesize.

    Declaration
    public PageSizeUnit PageSizeUnit { get; set; }
    Property Value
    Type
    PageSizeUnit

    Size

    Gets or sets the value to the page size.

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

    Stores the size in cm.

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved