Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Opacity Property
See Also 
Leadtools.Codecs Namespace > CodecsPsdLayerInfo Class : Opacity Property



Opacity value of the layer.

Syntax

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;}
C++/CLI 
public:
property byte Opacity {
   byte get();
   void set (byte value);
}

Return Value

Possible values are between 0 and 255, where a value of 0 is completely transparent and a value of 255 is completely opaque.

Example

Remarks

For more information, refer to the FILE FORMATS SPECIFICATION from Adobe.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also