LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Opacity Property






Opacity value of the layer. .NET support WinRT support
Syntax
public byte Opacity {get; set;}
'Declaration
 
Public Property Opacity As Byte
'Usage
 
Dim instance As CodecsPsdLayerInfo
Dim value As Byte
 
instance.Opacity = value
 
value = instance.Opacity
public byte Opacity {get; set;}
 get_Opacity();
set_Opacity(value);
public:
property byte Opacity {
   byte get();
   void set (    byte value);
}

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.
Remarks
For more information, refer to the FILE FORMATS SPECIFICATION from Adobe.
Example
For an example, refer to RasterCodecs.LoadPsdLayer and RasterCodecs.SavePsdWithLayers.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsPsdLayerInfo Class
CodecsPsdLayerInfo Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.