Show / Hide Table of Contents

Class PageMargins

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

Fields

Factor

Declaration
public const double Factor = null
Field Value
Type Description
System.Double

Properties

Bottom

Declaration
public double Bottom { get; set; }
Property Value
Type Description
System.Double

Footer

Declaration
public double Footer { get; set; }
Property Value
Type Description
System.Double

Header

Declaration
public double Header { get; set; }
Property Value
Type Description
System.Double

HorizontalCentered

Center on page vertically when printing.

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

Left

Declaration
public double Left { get; set; }
Property Value
Type Description
System.Double

Right

Declaration
public double Right { get; set; }
Property Value
Type Description
System.Double

Top

Declaration
public double Top { get; set; }
Property Value
Type Description
System.Double

VerticalCentered

Center on page horizontally when printing.

Declaration
public bool VerticalCentered { get; set; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX