Share via


PrintWorkflowTarget.TargetAsStream Property

Definition

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.

Applies to