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


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