menu

WPF

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

    Show / Hide Table of Contents

    Class PrintScaleInfo

    Provides the infromation for print page scaling process.

    Inheritance
    System.Object
    PrintScaleInfo
    Inherited Members
    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 PrintScaleInfo

    Constructors

    PrintScaleInfo()

    Declaration
    public PrintScaleInfo()

    Properties

    ImagePath

    Gets or sets the Path information to scaling type.

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

    ScaleName

    Gets or sets the value to the type of scaling.

    Declaration
    public string ScaleName { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved