'Declaration Public Overloads Shared Function Print( _ ByVal sectionDocument As SectionDocument _ ) As Boolean
public static bool Print( SectionDocument sectionDocument )
Parameters
- sectionDocument
- The section document to print.
Return Value
true
if the printing process completes successfully; otherwise, false
.