ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearRemoteFile Class / UseImGearWebStream Field




In This Topic
    UseImGearWebStream Field
    In This Topic
    Gets or sets a value indicating whether or not to use ImGearWebStream (preferred for multi-page files).
    Syntax
    'Declaration
     
    Public UseImGearWebStream As Boolean
    'Usage
     
    Dim instance As ImGearRemoteFile
    Dim value As Boolean
     
    value = instance.UseImGearWebStream
     
    instance.UseImGearWebStream = value
    public bool UseImGearWebStream
    public: bool UseImGearWebStream
    public:
    bool UseImGearWebStream

    Field Value

    Boolean value.
    Remarks
    This property specifies whether or not to use ImageGear.Formats.ImGearWebStream class, a specialized stream for loading of images from the Internet. It is most useful for loading of multipage images, because it downloads only the necessary portions of the remote file.
    See Also