LEADTOOLS Image File Support (Leadtools.Codecs assembly)

TransparencyProtected Property

Show in webframe







Gets a value that indicates whether the PSD layer transparency data is locked.
Syntax
public bool TransparencyProtected {get;}
'Declaration
 
Public ReadOnly Property TransparencyProtected As Boolean
'Usage
 
Dim instance As CodecsPsdLayerInfo
Dim value As Boolean
 
value = instance.TransparencyProtected
public bool TransparencyProtected {get;}

            

            
 get_TransparencyProtected(); 
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

See Also

Reference

CodecsPsdLayerInfo Class
CodecsPsdLayerInfo Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.