Interface IPrintSetup
Interface that represents list of settings for printing a Excel file.
Namespace: IronXL.Printing
Assembly: IronXL.dll
Syntax
public interface IPrintSetup
Properties
Copies
Returns the number of copies to print.
Declaration
short Copies { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
Draft
Returns the draft mode.
Declaration
bool Draft { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FitHeight
Returns the number of pages high to fit the sheet in to.
Declaration
short FitHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
FitWidth
Returns the number of pages wide to fit sheet in to.
Declaration
short FitWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
FooterMargin
Returns the footer margin.
Declaration
double FooterMargin { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HeaderMargin
Returns the header margin.
Declaration
double HeaderMargin { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HResolution
Returns the horizontal resolution.
Declaration
short HResolution { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
LeftToRight
Returns the left to right print order.
Declaration
bool LeftToRight { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NoColor
Returns the black and white Setting.
Declaration
bool NoColor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Notes
Returns the print notes.
Declaration
bool Notes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PageStart
Returns the page start.
Declaration
short PageStart { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
PaperSize
Gets or sets the size of the paper.
Declaration
PaperSize PaperSize { get; set; }
Property Value
Type | Description |
---|---|
PaperSize |
PrintOrientation
Returns the print orientation.
Declaration
PrintOrientation PrintOrientation { get; set; }
Property Value
Type | Description |
---|---|
PrintOrientation |
Scale
Returns the scale.
Declaration
short Scale { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
UsePage
Returns the use page numbers.
Declaration
bool UsePage { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
VResolution
Returns the vertical resolution.
Declaration
short VResolution { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |