VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImage Class / Reload Methods / Reload(Boolean) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Reload(Boolean) Method (VintasoftImage)
    In This Topic
    Reloads the VintasoftImage from the source.
    Syntax
    'Declaration
    
    Public Overloads Function Reload( _
    ByVal imageChanged
    A value indicating whether the image is changed or not.
    As Boolean _
    ) As Boolean
    public bool Reload(
    bool imageChanged
    )
    public: bool Reload(
    bool imageChanged
    )
    public:
    bool Reload(
    bool imageChanged
    )

    Parameters

    imageChanged
    A value indicating whether the image is changed or not.

    Return Value

    True if image is successfully reloaded;
    false if image is not reloaded (image is not changed AND (image is raster image OR image is cached)).
    Exceptions
    ExceptionDescription
    Thrown if IsImageDataLocked is set to true.
    Thrown if image is locked.
    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