Gets or sets the name of an image that is rendered by the current ParagraphImage object. When the current object renders, the actual image is retrieved by this name from the Dictionary of the containing C1PrintDocument.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string ImageName { get; set; }
Visual Basic
Public Property ImageName As String
	Get
	Set

See Also