LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Left Property
See Also 
Leadtools.Codecs Namespace > CodecsPsdLayerInfo Class : Left Property



Left layer position.

Syntax

Visual Basic (Declaration) 
Public Property Left As Integer
Visual Basic (Usage)Copy Code
Dim instance As CodecsPsdLayerInfo
Dim value As Integer
 
instance.Left = value
 
value = instance.Left
C# 
public int Left {get; set;}
C++/CLI 
public:
property int Left {
   int get();
   void set (    int value);
}

Property Value

An integer value that represents the left postion of this CodecsPsdLayerInfo

Example

Remarks

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also