Presentation
Images Property
|
Gets the collection of all images.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public ImageCollection Images { get; }
Public ReadOnly Property Images As ImageCollection
Get
public:
property ImageCollection^ Images {
ImageCollection^ get ();
}
member Images : ImageCollection with get
Property Value
Type:
ImageCollection
See Also