Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / WebImage Class / Load Method
true if only supported "https" protocol; otherwise, false.
true if loading URL is processed in current thread; otherwise, false.


In This Topic
    Load Method (WebImage)
    In This Topic
    Loads the image data if it is not available.
    Syntax
    'Declaration
     
    
    Public Function Load( _
       ByVal httpsOnly As Boolean, _
       ByVal synchronously As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As WebImage
    Dim httpsOnly As Boolean
    Dim synchronously As Boolean
    Dim value As Boolean
     
    value = instance.Load(httpsOnly, synchronously)

    Parameters

    httpsOnly
    true if only supported "https" protocol; otherwise, false.
    synchronously
    true if loading URL is processed in current thread; otherwise, false.

    Return Value

    true if the image data is loaded; otherwise, false.
    See Also