GoDiagram Web Reference
Printable Property

Gets or sets whether the view can print this object.
Syntax
'Declaration
 
<DescriptionAttribute("Whether a view can print this object.")>
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
Public Overridable Property Printable As Boolean
[DescriptionAttribute("Whether a view can print this object.")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public virtual bool Printable {get; set;}

Property Value

This defaults to true. You should normally call the CanPrint method instead of getting this property. You may also want to set the Visible property when setting this property.
Remarks
A false value prevents the view from printing this object by the normal mechanisms. Even when this property value is true, this object might not be printable by the view because the object's layer is not printable.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoObject Class
GoObject Members
CanPrint Method
AllowPrint Property
Visible Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback