←Select platform

TransparencyProtected Property

Summary

Gets a value that indicates whether the PSD layer transparency data is locked.

Syntax
C#
VB
C++
public bool TransparencyProtected { get; } 
Public ReadOnly Property TransparencyProtected As Boolean 
public: 
property bool TransparencyProtected { 
   bool get(); 
} 

Property Value

true if the PSD layer transparency data is locked, otherwise; false

Remarks

The following are values are only when layer information is obtained from a PSD file using RasterCodecs.LoadPsdLayer. These properties are not used and will be ignored when saving PSD layers using RasterCodecs.SavePsdWithLayers:

Example

For an example, refer to RasterCodecs.LoadPsdLayer.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly