ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearWebStream Class / Position Property




In This Topic
    Position Property (ImGearWebStream)
    In This Topic
    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