VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageCollectionManager Class / Add Methods / Add(String,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    Add(String,Boolean) Method (ImageCollectionManager)
    In This Topic
    Adds an image file to Images.
    Syntax
    'Declaration
    
    Public Overloads Sub Add( _
    ByVal filename
    The filename.
    As System.String, _
    ByVal readonlyMode
    A value indicating whether file should be opened in readonly mode.
    As Boolean _
    )
    public void Add(
    System.String filename,
    bool readonlyMode
    )
    public: void Add(
    System.String filename,
    bool readonlyMode
    )
    public:
    void Add(
    System.String filename,
    bool readonlyMode
    )

    Parameters

    filename
    The filename.
    readonlyMode
    A value indicating whether file should be opened in readonly mode.
    Requirements

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

    See Also