XImage.Name

XImage.Name property

Gets or sets image name. Please note that if you change name of the image which has references in page contents, document may became incorrect. Please use XImage.Rename method in this case.

public string Name { get; set; }

See Also