LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Top Property

Show in webframe







Top layer position.
Syntax
public int Top {get; set;}
'Declaration
 
Public Property Top As Integer
'Usage
 
Dim instance As CodecsPsdLayerInfo
Dim value As Integer
 
instance.Top = value
 
value = instance.Top
public int Top {get; set;}

            

            
 
get_Top();
set_Top(value);
Object.defineProperty('Top');
public:
property int Top {
   int get();
   void set (    int value);
}

Property Value

An integer value that represents the top 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.