ImageGear .NET v25.1 - Updated
Position Property (ImGearWebStream)




ImageGear.Core Assembly > ImageGear.Formats Namespace > ImGearWebStream Class : Position Property
When overridden in a derived class, gets or sets the position within the current stream.
Syntax
'Declaration
 
Public Overrides Property Position As Long
'Usage
 
Dim instance As ImGearWebStream
Dim value As Long
 
instance.Position = value
 
value = instance.Position
public override long Position {get; set;}
public: __property long get_Position() override;
public: __property void set_Position( 
   long value
) override;
public:
property int64 Position {
   int64 get() override;
   void set (    int64 value) override;
}

Property Value

Any non-negative value.
See Also

Reference

ImGearWebStream Class
ImGearWebStream Members