←Select platform

Psd5OrLater Property

Summary

Gets a value that indicates whether the PSD layer is generated or modified using Photoshop 5 or later.

Syntax

C#
VB
WinRT C#
C++
public bool Psd5OrLater { get; } 
Public ReadOnly Property Psd5OrLater As Boolean 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly