Show / Hide Table of Contents

Class PageSetupPage

Inheritance
System.Object
PageSetupPage
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class PageSetupPage : object

Properties

FirstPageNumber

Gets or sets the page number for first printed page.

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

FitToHeight

Number of vertical pages to fit on.

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

FitToWidth

Number of horizontal pages to fit on.

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

HorizontalDpi

Horizontal print resolution of the device.

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

Orientation

Orientation of the page.

Declaration
public Orientation Orientation { get; set; }
Property Value
Type Description
Orientation

PaperHeight

Height of custom paper as a number followed by a unit identifier.

Declaration
public DoubleUnit PaperHeight { get; set; }
Property Value
Type Description
DoubleUnit

PaperSize

Paper size

Declaration
public PaperSize PaperSize { get; set; }
Property Value
Type Description
PaperSize

PaperWidth

Width of custom paper as a number followed by a unit identifier.

Declaration
public DoubleUnit PaperWidth { get; set; }
Property Value
Type Description
DoubleUnit

Scale

Print scaling. This attribute is restricted to values ranging from 10 to 400.

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

VerticalDpi

Vertical print resolution of the device.

Declaration
public int VerticalDpi { get; set; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX