LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Left Property






Left layer position. .NET support WinRT support
Syntax
public int Left {get; set;}
'Declaration
 
Public Property Left As Integer
'Usage
 
Dim instance As CodecsPsdLayerInfo
Dim value As Integer
 
instance.Left = value
 
value = instance.Left
public int Left {get; set;}
 get_Left();
set_Left(value);
public:
property int Left {
   int get();
   void set (    int value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsPsdLayerInfo Class
CodecsPsdLayerInfo Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.