'Declaration Public Overloads Shared Function Print( _ ByVal pageDocument As PageDocument _ ) As Boolean
public static bool Print( PageDocument pageDocument )
Parameters
- pageDocument
- The page document to print. This document contains the content and layout information for the print job.
Return Value
Returns
true
if the print operation completes successfully; otherwise, returns false
. A return value of false
may indicate that the user cancelled the print job or that an error occurred during printing.