|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.ms.Printing.PrinterSettings
com.spire.doc.printing.PrinterSettings
public class PrinterSettings
Specifies information about how a document is printed, including the printer that prints it.
Constructor Summary | |
---|---|
PrinterSettings()
Initializes a new instance of the PrinterSettings class. |
Method Summary | |
---|---|
PageSettings |
getDefaultPageSettings()
Gets the default page settings for this printer. |
void |
setDuplex(Duplex value)
Sets the printer setting for double-sided printing. |
void |
setPrinterName(java.lang.String value)
Sets the name of the printer to use. |
void |
setPrintFileName(java.lang.String value)
Sets the file name, when printing to a file. |
void |
setPrintToFile(boolean value)
Sets a value indication whether the printing output is sent to a file instead of a port. |
Constructor Detail |
---|
public PrinterSettings()
Method Detail |
---|
public void setPrinterName(java.lang.String value)
setPrinterName
in class com.spire.ms.Printing.PrinterSettings
value
- public void setPrintToFile(boolean value)
setPrintToFile
in class com.spire.ms.Printing.PrinterSettings
value
- public void setPrintFileName(java.lang.String value)
setPrintFileName
in class com.spire.ms.Printing.PrinterSettings
value
- public void setDuplex(Duplex value)
value
- public PageSettings getDefaultPageSettings()
getDefaultPageSettings
in class com.spire.ms.Printing.PrinterSettings
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |