Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Obsolete Property








Gets a value that indicates whether the PSD layer is obsolete.
Syntax
public bool Obsolete {get;}
'Declaration
 
Public ReadOnly Property Obsolete As Boolean
'Usage
 
Dim instance As CodecsPsdLayerInfo
Dim value As Boolean
 
value = instance.Obsolete
public bool Obsolete {get;}
 get_Obsolete(); 
public:
property bool Obsolete {
   bool get();
}

Property Value

true if the PSD layer is obsolete, 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

Error processing SSI file