FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / ShouldSerializeCanPrint Method


In This Topic
ShouldSerializeCanPrint Method (MultiSideShape)
In This Topic
Determines if the CanPrint property should be serialized.
Syntax
'Declaration
 
Public Overridable Function ShouldSerializeCanPrint() As Boolean
 
'Usage
 
Dim instance As MultiSideShape
Dim value As Boolean
 
value = instance.ShouldSerializeCanPrint()
See Also