Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Psd5OrLater As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsPsdLayerInfo Dim value As Boolean value = instance.Psd5OrLater |
C# | |
---|---|
public bool Psd5OrLater {get;} |
Property Value
true if the PSD layer is generated or modified using Photoshop 5 or later, otherwise; falseFor an example, refer to RasterCodecs.LoadPsdLayer.
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:
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)