LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Obsolete Property
See Also 
Leadtools.Codecs Namespace > CodecsPsdLayerInfo Class : Obsolete Property



Gets a value that indicates whether the PSD layer is obsolete.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Obsolete As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsPsdLayerInfo
Dim value As Boolean
 
value = instance.Obsolete
C# 
public bool Obsolete {get;}
C++/CLI 
public:
property bool Obsolete {
   bool get();
}

Property Value

true if the PSD layer is obsolete, otherwise; false

Example

For an example, refer to RasterCodecs.LoadPsdLayer.

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:

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also