Gets or sets the name for the layer.
public string Name { get; set; }
Public Property Name As String
public string Name {get; set;}
<br/>get_Name();<br/>set_Name(value);<br/>Object.defineProperty('Name');
A String which contains the name for the layer.
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.
For an example, refer to RasterCodecs.LoadPsdLayer and RasterCodecs.SavePsdWithLayers.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET