ListLevelImageData Property

Returns image data of the picture bullet shape for the current list level.

Namespace:  Aspose.Words.Lists
Assembly:  Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax
public ImageData ImageData { get; }

Property Value

Type: ImageData
Remarks
If this level doesn't define picture bullet returns null. Before setting new image for non picture bullet shape, please use CreatePictureBullet method first.
See Also