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

Show in webframe

Psd5OrLater Property








Gets a value that indicates whether the PSD layer is generated or modified using Photoshop 5 or later.
Syntax
public bool Psd5OrLater {get;}
'Declaration
 
Public ReadOnly Property Psd5OrLater As Boolean
'Usage
 
Dim instance As CodecsPsdLayerInfo
Dim value As Boolean
 
value = instance.Psd5OrLater
public bool Psd5OrLater {get;}
 get_Psd5OrLater(); 
public:
property bool Psd5OrLater {
   bool get();
}

Property Value

true if the PSD layer is generated or modified using Photoshop 5 or later, 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