←Select platform

Name Property

Summary
Gets or sets the name for the layer.
Syntax
C#
VB
C++
public string Name { get; set; } 
Public Property Name As String 
public: 
property String^ Name { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A String which contains the name for the layer.

Remarks

The layer name will be stored in the file. The maximum size for this string is 256 characters.

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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.