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
Syntaxpublic ImageData ImageData { get; }
Public ReadOnly Property ImageData As ImageData
Get
public:
property ImageData^ ImageData {
ImageData^ get ();
}
member ImageData : ImageData with 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