menu

WinForms

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

    Show / Hide Table of Contents

    Class PageScaleWrapper

    Inheritance
    System.Object
    PageScaleWrapper
    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.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class PageScaleWrapper

    Constructors

    PageScaleWrapper()

    Declaration
    public PageScaleWrapper()

    Properties

    DisplayName

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

    HeightMeasureUnit

    Declaration
    public MeasureUnits HeightMeasureUnit { get; set; }
    Property Value
    Type
    MeasureUnits

    PixelHeight

    Declaration
    public float PixelHeight { get; set; }
    Property Value
    Type
    System.Single

    PixelWidth

    Declaration
    public float PixelWidth { get; set; }
    Property Value
    Type
    System.Single

    WidthMeasureUnit

    Declaration
    public MeasureUnits WidthMeasureUnit { get; set; }
    Property Value
    Type
    MeasureUnits

    Methods

    DeSerialize(PageScale)

    Declaration
    public void DeSerialize(PageScale scale)
    Parameters
    Type Name Description
    PageScale scale

    Serialize(PageScale)

    Declaration
    public void Serialize(PageScale scale)
    Parameters
    Type Name Description
    PageScale scale
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved