PrintWorkflowTarget.TargetAsStream Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the output document in the form of a data stream.
public:
property PrintWorkflowStreamTarget ^ TargetAsStream { PrintWorkflowStreamTarget ^ get(); };
PrintWorkflowStreamTarget TargetAsStream();
public PrintWorkflowStreamTarget TargetAsStream { get; }
var printWorkflowStreamTarget = printWorkflowTarget.targetAsStream;
Public ReadOnly Property TargetAsStream As PrintWorkflowStreamTarget
Property Value
The target document data stream.