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




In This Topic
    CanSeek Property
    In This Topic
    When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property CanSeek As Boolean
    'Usage
     
    Dim instance As ImGearWebStream
    Dim value As Boolean
     
    value = instance.CanSeek
    public override bool CanSeek {get;}
    public: __property bool get_CanSeek() override;
    public:
    property bool CanSeek {
       bool get() override;
    }

    Property Value

    Boolean value.
    See Also