LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Left Property

Show in webframe







Left layer position.
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);
Object.defineProperty('Left');
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

See Also

Reference

CodecsPsdLayerInfo Class
CodecsPsdLayerInfo Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.