Northwoods.GoSilverlight 1.1.3 Assembly
Printable Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : Printable Property

Gets or sets whether the user may print this part.

Syntax

Visual Basic (Declaration) 
Public Property Printable As Boolean
C# 
public bool Printable {get; set;}

Property Value

The default value is true.

Remarks

In general one should call Northwoods.GoXam.Part.CanPrint to see if a particular part is printable, not get this property value.

See Also