Visual Basic (Declaration) | |
---|---|
Public Property Opacity As Byte |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsPsdLayerInfo Dim value As Byte instance.Opacity = value value = instance.Opacity |
C# | |
---|---|
public byte Opacity {get; set;} |
Property Value
Possible values are between 0 and 255, where a value of 0 is completely transparent and a value of 255 is completely opaque.For an example, refer to RasterCodecs.LoadPsdLayer and RasterCodecs.SavePsdWithLayers.
For more information, refer to the FILE FORMATS SPECIFICATION from Adobe.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)