FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / CanPrint Property


In This Topic
CanPrint Property (SpreadShapesContainer)
In This Topic
Gets or sets whether the container is allowed to print the object.
Syntax
'Declaration
 
Public Overridable Property CanPrint As Boolean
 
'Usage
 
Dim instance As SpreadShapesContainer
Dim value As Boolean
 
instance.CanPrint = value
 
value = instance.CanPrint
See Also