PrintDocumentAdvancedDocumentStream Property
Gets or sets the StreamReader instance that encapsulates the document data to be read and printed.
Namespace: DevCase.Core.IO.Devices.PrinterAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public StreamReader DocumentStream { get; }
Public ReadOnly Property DocumentStream As StreamReader
Get
Dim instance As PrintDocumentAdvanced
Dim value As StreamReader
value = instance.DocumentStream
public:
property StreamReader^ DocumentStream {
StreamReader^ get ();
}
member DocumentStream : StreamReader with get
No code example is currently available or this language may not be supported.
Property Value
StreamReader
The
StreamReader instance that encapsulates the document data to be read and printed.