Table of Contents

Interface IPageSetupBase

Namespace
Spire.Xls.Core.Interfaces
Assembly
Spire.XLS.dll
public interface IPageSetupBase : IExcelApplication
Inherited Members

Properties

AutoFirstPageNumber

bool AutoFirstPageNumber { get; set; }

Property Value

bool

BackgoundImage

SKBitmap BackgoundImage { get; set; }

Property Value

SKBitmap

BlackAndWhite

bool BlackAndWhite { get; set; }

Property Value

bool

BottomMargin

double BottomMargin { get; set; }

Property Value

double

CenterFooter

string CenterFooter { get; set; }

Property Value

string

CenterFooterImage

SKBitmap CenterFooterImage { get; set; }

Property Value

SKBitmap

CenterHeader

string CenterHeader { get; set; }

Property Value

string

CenterHeaderImage

SKBitmap CenterHeaderImage { get; set; }

Property Value

SKBitmap

CenterHorizontally

bool CenterHorizontally { get; set; }

Property Value

bool

CenterVertically

bool CenterVertically { get; set; }

Property Value

bool

Copies

int Copies { get; set; }

Property Value

int

Draft

bool Draft { get; set; }

Property Value

bool

FirstPageNumber

int FirstPageNumber { get; set; }

Property Value

int

FooterMarginInch

double FooterMarginInch { get; set; }

Property Value

double

HeaderMarginInch

double HeaderMarginInch { get; set; }

Property Value

double

LeftFooter

string LeftFooter { get; set; }

Property Value

string

LeftFooterImage

SKBitmap LeftFooterImage { get; set; }

Property Value

SKBitmap

LeftHeader

string LeftHeader { get; set; }

Property Value

string

LeftHeaderImage

SKBitmap LeftHeaderImage { get; set; }

Property Value

SKBitmap

LeftMargin

double LeftMargin { get; set; }

Property Value

double

Order

OrderType Order { get; set; }

Property Value

OrderType

Orientation

PageOrientationType Orientation { get; set; }

Property Value

PageOrientationType

PaperSize

PaperSizeType PaperSize { get; set; }

Property Value

PaperSizeType

PrintComments

PrintCommentType PrintComments { get; set; }

Property Value

PrintCommentType

PrintErrors

PrintErrorsType PrintErrors { get; set; }

Property Value

PrintErrorsType

PrintNotes

bool PrintNotes { get; set; }

Property Value

bool

PrintQuality

int PrintQuality { get; set; }

Property Value

int

RightFooter

string RightFooter { get; set; }

Property Value

string

RightFooterImage

SKBitmap RightFooterImage { get; set; }

Property Value

SKBitmap

RightHeader

string RightHeader { get; set; }

Property Value

string

RightHeaderImage

SKBitmap RightHeaderImage { get; set; }

Property Value

SKBitmap

RightMargin

double RightMargin { get; set; }

Property Value

double

TopMargin

double TopMargin { get; set; }

Property Value

double

Zoom

int Zoom { get; set; }

Property Value

int