PrintQueueStream::Seek Method (Int64, SeekOrigin)
.NET Framework (current version)
Sets the read/write position within the stream.
Assembly: System.Printing (in System.Printing.dll)
public: [SecurityCriticalAttribute] virtual long long Seek( long long offset, SeekOrigin origin ) override
Parameters
- offset
-
Type:
System::Int64
A byte offset that is relative to the origin parameter.
- origin
-
Type:
System.IO::SeekOrigin
A value of type SeekOrigin that indicates the reference point that is used to obtain the new position.
.NET Framework
Available since 3.0
Available since 3.0
Show: