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

Top Property






Top layer position. .NET support WinRT support
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);
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: 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.