Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / Opacity Property
Example


In This Topic
    Opacity Property
    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;}
    Example
    This sets the properties for the PrintInfo class.
    See Also