←Select platform

Name Property

Summary

Gets or sets the name for the layer.

Syntax

C#
VB
WinRT C#
C++
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');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly