ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.UI Namespace / ArtConnection Class / ArtConnection Constructor / ArtConnection Constructor(String)
The name of provider for initialization.




In This Topic
    ArtConnection Constructor(String)
    In This Topic
    Initializes a new instance of the ArtConnection class with specific provider.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal providerName As String _
    )
    'Usage
     
    Dim providerName As String
     
    Dim instance As New ArtConnection(providerName)
    public ArtConnection( 
       string providerName
    )
    public: ArtConnection( 
       string* providerName
    )
    public:
    ArtConnection( 
       String^ providerName
    )

    Parameters

    providerName
    The name of provider for initialization.
    See Also