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