PrintQueueStream.CanSeek Property

Definition

Gets a value that indicates whether the stream supports seeking, which is moving the read/write position to a new position in the stream.

public:
 virtual property bool CanSeek { bool get(); };
public override bool CanSeek { get; }
member this.CanSeek : bool
Public Overrides ReadOnly Property CanSeek As Boolean

Property Value

true if seeking is supported; otherwise false.

Applies to