Class PaperStandart
Paper standard information.
Inheritance
System.Object
PaperStandart
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 PaperStandart
Constructors
PaperStandart(String)
Initializes a new instance of the PaperStandart class.
Declaration
public PaperStandart(string displayName)
Parameters
Type | Name | Description |
---|---|---|
System.String | displayName | 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. |
PageSizes
Gets or sets the page sizes.
Declaration
public PageSize[] PageSizes { get; set; }
Property Value
Type | Description |
---|---|
PageSize[] | The page sizes. |
Methods
GetStandards()
Gets the allowed paper standards.
Declaration
public static PaperStandart[] GetStandards()
Returns
Type | Description |
---|---|
PaperStandart[] | The allowed paper standards. |
GetStandarts()
Gets the allowed paper standards.
Declaration
[Obsolete("Use GetStandards")]
public static PaperStandart[] GetStandarts()
Returns
Type | Description |
---|---|
PaperStandart[] | The allowed paper 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()