LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Layers Property

Show in webframe







Gets the number of layers in the PSD file.
Syntax
public int Layers {get;}
'Declaration
 
Public ReadOnly Property Layers As Integer
'Usage
 
Dim instance As CodecsPsdImageInfo
Dim value As Integer
 
value = instance.Layers
public int Layers {get;}

            

            
 get_Layers(); 
public:
property int Layers {
   int get();
}

Property Value

An integer value that represents the number of layers in the PSD file.
Remarks

If this value is 0, then the PSD file does not contain any layers.

For more information on PSD layers, refer to the FILE FORMATS SPECIFICATION from Adobe.

Example
For an example, refer to CodecsImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsPsdImageInfo Class
CodecsPsdImageInfo Members

 

 


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