
Gets or sets a name for the image or text frame. An empty string indicates that the image or text frame has no name. An empty string can also be used to delete a previously set name.
Introduced: 15.1.
[C#]
public string Name { get; set; }
[Visual Basic]
Public Property Name() As String