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


In This Topic
    Opacity Property (PrintInfo)
    In This Topic
    Gets or sets the opacity used when printing this sheet.
    Syntax
    'Declaration
     
    
    Public Property Opacity As Integer
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As Integer
     
    instance.Opacity = value
     
    value = instance.Opacity
    public int Opacity {get; set;}
    See Also