Table of Contents

Class ExcelPrinterSettings

Namespace
OfficeOpenXml
Assembly
Magicodes.EPPlus.dll
public sealed class ExcelPrinterSettings : XmlHelper
Inheritance
ExcelPrinterSettings
Inherited Members
Extension Methods

Properties

BlackAndWhite

public bool BlackAndWhite { get; set; }

Property Value

bool

BottomMargin

public decimal BottomMargin { get; set; }

Property Value

decimal

Draft

public bool Draft { get; set; }

Property Value

bool

FitToHeight

public int FitToHeight { get; set; }

Property Value

int

FitToPage

public bool FitToPage { get; set; }

Property Value

bool

FitToWidth

public int FitToWidth { get; set; }

Property Value

int

FooterMargin

public decimal FooterMargin { get; set; }

Property Value

decimal

HeaderMargin

public decimal HeaderMargin { get; set; }

Property Value

decimal

HorizontalCentered

public bool HorizontalCentered { get; set; }

Property Value

bool

LeftMargin

public decimal LeftMargin { get; set; }

Property Value

decimal

Orientation

public eOrientation Orientation { get; set; }

Property Value

eOrientation

PageOrder

public ePageOrder PageOrder { get; set; }

Property Value

ePageOrder

PaperSize

public ePaperSize PaperSize { get; set; }

Property Value

ePaperSize

PrintArea

public ExcelRangeBase PrintArea { get; set; }

Property Value

ExcelRangeBase

RepeatColumns

public ExcelAddress RepeatColumns { get; set; }

Property Value

ExcelAddress

RepeatRows

public ExcelAddress RepeatRows { get; set; }

Property Value

ExcelAddress

RightMargin

public decimal RightMargin { get; set; }

Property Value

decimal

Scale

public int Scale { get; set; }

Property Value

int

ShowGridLines

public bool ShowGridLines { get; set; }

Property Value

bool

ShowHeaders

public bool ShowHeaders { get; set; }

Property Value

bool

TopMargin

public decimal TopMargin { get; set; }

Property Value

decimal

VerticalCentered

public bool VerticalCentered { get; set; }

Property Value

bool