←Select platform

Opacity Property

Summary

Opacity value of the layer.

Syntax

C#
VB
WinRT C#
C++
public byte Opacity { get; set; } 
Public Property Opacity As Byte 
public byte Opacity {get; set;} 
 <br/>get_Opacity();<br/>set_Opacity(value);<br/>Object.defineProperty('Opacity');  
public: 
property byte Opacity { 
   byte get(); 
   void set (    byte ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly