C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderImage Class / ImageName Property

In This Topic
ImageName Property (RenderImage)
In This Topic
Gets or sets the name of an image that is rendered by the current RenderImage object. When the current object renders, the actual image is retrieved by this name from the C1PrintDocument.Dictionary of the containing C1PrintDocument.
Syntax
'Declaration
 
Public Property ImageName As String
 
See Also