Spread for ASP.NET 12 Product Documentation
Opacity Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : Opacity Property
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

Reference

PrintInfo Class
PrintInfo Members