LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Layers Property






Gets the number of layers in the PSD file. .NET support WinRT support
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsPsdImageInfo Class
CodecsPsdImageInfo Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.