java.lang.Object
com.aspose.words.AsposeWordsPrintDocument
public class AsposeWordsPrintDocument
To learn more, visit the Printing a Document Programmatically or Using Dialogs documentation article. A single Aspose.Words document can consist of multiple sections that specify pages with different sizes,
orientation and paper trays. On the other hand, if the document consists of a single section only, the developer can use
| Constructor Summary |
|---|
AsposeWordsPrintDocument(Document document)
Initializes a new instance of this class. |
| Property Getters/Setters Summary | ||
|---|---|---|
int | getColorMode() | |
void | setColorMode(int value) | |
| Gets or sets how non-colored pages are printed if the device supports color printing. The value of the property is ColorPrintMode integer constant. | ||
int | getColorPagesPrinted() | |
|
Gets the number of pages printed in color (i.e. with |
||
| Constructor Detail |
|---|
public AsposeWordsPrintDocument(Document document)
document - The document to print.| Property Getters/Setters Detail |
|---|
getColorMode/setColorMode | |
public int getColorMode() / public void setColorMode(int value) | |
getColorPagesPrinted | |
public int getColorPagesPrinted() | |