Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / PrintShapes Property


In This Topic
    PrintShapes Property
    In This Topic
    Gets or sets whether shapes are printed.
    Syntax
    'Declaration
     
    
    Public Property PrintShapes As Boolean
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As Boolean
     
    instance.PrintShapes = value
     
    value = instance.PrintShapes
    public bool PrintShapes {get; set;}
    See Also