menu

WinForms

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

    Show / Hide Table of Contents

    Class PaperScaleStandart

    Paper standard scale information.

    Inheritance
    System.Object
    PaperScaleStandart
    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)
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public sealed class PaperScaleStandart

    Constructors

    PaperScaleStandart(String)

    Initializes a new instance of the PaperScaleStandart class.

    Declaration
    public PaperScaleStandart(string name)
    Parameters
    Type Name Description
    System.String name

    The display name.

    Properties

    DisplayName

    Gets or sets the display name.

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

    The display name.

    PageScales

    Gets or sets the page scales.

    Declaration
    public PageScale[] PageScales { get; set; }
    Property Value
    Type Description
    PageScale[]

    The page scales.

    Methods

    GetStandards()

    Gets the allowed scale standards.

    Declaration
    public static PaperScaleStandart[] GetStandards()
    Returns
    Type Description
    PaperScaleStandart[]

    The paper scale standards.

    GetStandarts()

    Gets the allowed scale standards.

    Declaration
    [Obsolete("Use GetStandards")]
    public static PaperScaleStandart[] GetStandarts()
    Returns
    Type Description
    PaperScaleStandart[]

    The paper scale standards.

    ToString()

    Returns a System.String that represents the current System.Object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String that represents the current System.Object.

    Overrides
    System.Object.ToString()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved