Northwoods.GoSilverlight 1.1.3 Assembly
CanPrint Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : CanPrint Method

This predicate is true if the user may print this part.

Syntax

Visual Basic (Declaration) 
Public Function CanPrint() As Boolean
C# 
public bool CanPrint()

Return Value

Return true if this part is Printable, if this part's layer's AllowPrint is true, and if this part's diagram's AllowPrint is true.

See Also