VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewerBase Class / Images Property
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
    Images Property (ImageViewerBase)
    In This Topic
    Gets or sets the collection of images associated with this ImageViewerBase object.
    Syntax
    'Declaration
    
    <ReadOnlyAttribute(True)>
    <BrowsableAttribute(False)>
    Public Property Images As Vintasoft.Imaging.ImageCollection
    
    
    [ReadOnly(True)]
    [Browsable(False)]
    public Vintasoft.Imaging.ImageCollection Images { get; set; }
    
    
    [ReadOnly(True)]
    [Browsable(False)]
    public: __property Vintasoft.Imaging.ImageCollection* get_Images();
    public: __property void set_Images(
    Vintasoft.Imaging.ImageCollection* value
    );
    Exceptions
    ExceptionDescription
    Thrown if value is null.
    Thrown if viewer has the master viewer.
    Remarks

    Value of this property can be set only if the viewer does not have the master viewer, i.e. MasterViewer == null.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also