←Select platform

Opacity Property

Summary
Opacity value of the layer.
Syntax
C#
VB
C++
public byte Opacity { get; set; } 
Public Property Opacity As Byte 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.