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

The following tables list the members exposed by CodecsPsdLayerInfo.

Public Constructors

 NameDescription
public Constructor CodecsPsdLayerInfo ConstructorInitializes a new instance of the CodecsPsdLayerInfo class.  
Top

Public Properties

 NameDescription
public Property ClippingClipping value for the layer.  
public Property LeftLeft layer position.  
public Property LoadMaskImageDetermines whether to load the mask image when loading PSD files with RasterCodecs.LoadPsdLayer.  
public Property MaskImageThe transparency mask channel of the saved PSD layer.  
public Property NameGets or sets the name for the layer.  
public Property ObsoleteGets a value that indicates whether the PSD layer is obsolete.  
public Property OpacityOpacity value of the layer.  
public Property Psd5OrLaterGets a value that indicates whether the PSD layer is generated or modified using Photoshop 5 or later.  
public Property TopTop layer position.  
public Property TransparencyProtectedGets a value that indicates whether the PSD layer transparency data is locked.  
public Property VisibleGets a value that indicates whether the PSD layer is visible.  
Top

Public Methods

 NameDescription
public Method GetBlendModeKeyGets the blend mode key for the layer.  
public Method SetBlendModeKeySets the blend mode key for the layer.  
Top

See Also