Xceed Words for .NET v3.0 Documentation
Image Property


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace > Marker Class : Image Property
Gets or sets the image that will be used to fill the marker in a designated series or data point. It will overwrite the SolidFill value to null if that value was previously set.
Syntax
'Declaration
 
Public Property Image As Image
'Usage
 
Dim instance As Marker
Dim value As Image
 
instance.Image = value
 
value = instance.Image
public Image Image {get; set;}
Remarks
Get will not return the image of a loaded document.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Marker Class
Marker Members