←Select platform

Left Property

Summary

Left layer position.

Syntax

C#
VB
WinRT C#
C++
public int Left { get; set; } 
Public Property Left As Integer 
public int Left {get; set;} 
 <br/>get_Left();<br/>set_Left(value);<br/>Object.defineProperty('Left');  
public: 
property int Left { 
   int get(); 
   void set (    int ); 
} 

Property Value

An integer value that represents the left position of this CodecsPsdLayerInfo

Remarks

For more information, refer to the FILE FORMATS SPECIFICATION from Adobe.

Example

For an example, refer to RasterCodecs.LoadPsdLayer and RasterCodecs.SavePsdWithLayers.

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