Document.Print Method (PrintOptions)

Aspose.Note for .NET API

DocumentPrint Method (PrintOptions)

Prints the document using the default printer.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public void Print(
	PrintOptions options
)
Public Sub Print ( 
	options As PrintOptions
)
public:
void Print(
	PrintOptions^ options
)
member Print : 
        options : PrintOptions -> unit 

Parameters

options
Type: Aspose.Note.SavingPrintOptions
Options used to print a document. Can be null.
See Also