PrintQueueStream.Position Property

Definition

Gets or sets the current read/write position in the stream.

public:
 virtual property long Position { long get(); void set(long value); };
public override long Position { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
public override long Position { get; set; }
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.Position : int64 with get, set
member this.Position : int64 with get, set
Public Overrides Property Position As Long

Property Value

An Int64 that represents the current position in the stream.

Attributes

Applies to