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 Properties
See Also 
Leadtools.Codecs Namespace : CodecsPsdLayerInfo Class


"

For a list of all members of this type, see CodecsPsdLayerInfo members.

"

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

See Also