PrintSystemJobInfo.JobStream 屬性
定義
public:
property System::IO::Stream ^ JobStream { System::IO::Stream ^ get(); };
public System.IO.Stream JobStream { get; }
member this.JobStream : System.IO.Stream
Public ReadOnly Property JobStream As Stream
屬性值
包含列印工作的 Stream。A Stream that contains the print job.
備註
從 Windows 8 和更新版本的作業系統上的 .NET Framework 4.5 開始,寫入此資料流程的資料必須是 XPS 格式的封裝資料流程。Starting with the .NET Framework 4.5 on Windows 8 and later versions of the operating system, data written to this stream must be in XPS format as a package stream.