'Declaration Public Overloads Shared Function Print( _ ByVal sectionDocument As SectionDocument, _ ByVal settings As PrintingSettings _ ) As Boolean
public static bool Print( SectionDocument sectionDocument, PrintingSettings settings )
Parameters
- sectionDocument
- The document to be printed.
- settings
- The printing settings to apply.
Return Value
true
if the print operation was successful; otherwise, false
.