menu

Document Processing

PageSetupBaseImpl.PaperSizeEntry Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PageSetupBaseImpl.PaperSizeEntry Class

    This class contains size of the paper.

    Inheritance
    System.Object
    PageSetupBaseImpl.PaperSizeEntry
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public sealed class PaperSizeEntry : Object

    Constructors

    PaperSizeEntry(Double, Double, MeasureUnits)

    Initializes new instance of paper size entry.

    Declaration
    public PaperSizeEntry(double width, double height, MeasureUnits units)
    Parameters
    Type Name Description
    System.Double width

    Paper width.

    System.Double height

    Paper height.

    MeasureUnits units

    Units in which width and height are set.

    Fields

    Height

    Paper height in points.

    Declaration
    public double Height
    Field Value
    Type
    System.Double

    Width

    Paper width in points.

    Declaration
    public double Width
    Field Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved