Interface ISupportsPrint
Interface allowing a driver implementation to generate a print representation of the page.
public interface ISupportsPrint
Methods
Print(PrintOptions)
Gets a PrintDocument object representing a PDF-formatted print representation of the page.
PrintDocument Print(PrintOptions options)
Parameters
options
PrintOptionsA PrintOptions object describing the options of the printed document.
Returns
- PrintDocument
The PrintDocument object containing the PDF-formatted print representation of the page.
Exceptions
- ArgumentNullException
If
options
is null.