'Declaration Public Overloads Shared Function Print( _ ByVal sectionDocument As SectionDocument, _ ByVal showPrintDialog As Boolean _ ) As Boolean
public static bool Print( SectionDocument sectionDocument, bool showPrintDialog )
Parameters
- sectionDocument
- The section document to be printed.
- showPrintDialog
- Specifies whether the print dialog should be shown to the user. If
true
, the print dialog is displayed, allowing the user to select printer settings.
Return Value
true
if the print operation completes successfully; otherwise, false
.