menu

WinForms

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

    Show / Hide Table of Contents

    Class PrintZoomWrapper

    Inheritance
    System.Object
    PrintZoomWrapper
    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 PrintZoomWrapper

    Constructors

    PrintZoomWrapper()

    Declaration
    public PrintZoomWrapper()

    Properties

    PrintingZoom

    Declaration
    public int PrintingZoom { get; set; }
    Property Value
    Type
    System.Int32

    SheetsAcross

    Declaration
    public int SheetsAcross { get; set; }
    Property Value
    Type
    System.Int32

    SheetsDown

    Declaration
    public int SheetsDown { get; set; }
    Property Value
    Type
    System.Int32

    UsePrintingZoom

    Declaration
    public bool UsePrintingZoom { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    DeserializePrintZoom(PrintZoom)

    Declaration
    public void DeserializePrintZoom(PrintZoom deserializedPrintZoom)
    Parameters
    Type Name Description
    PrintZoom deserializedPrintZoom

    SerializePrintZoom(PrintZoom)

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