ImageGear .NET - Updated
UseImGearWebStream Field




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearRemoteFile Class : UseImGearWebStream Field
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

Reference

ImGearRemoteFile Class
ImGearRemoteFile Members
ImGearWebStream Class