Jaa


PrintWorkflowSubmittedOperation.XpsContent Property

Definition

Gets the source application's original XPS data. This can be edited and then assigned to the print target in order to change the print content.

public:
 property PrintWorkflowSourceContent ^ XpsContent { PrintWorkflowSourceContent ^ get(); };
PrintWorkflowSourceContent XpsContent();
public PrintWorkflowSourceContent XpsContent { get; }
var printWorkflowSourceContent = printWorkflowSubmittedOperation.xpsContent;
Public ReadOnly Property XpsContent As PrintWorkflowSourceContent

Property Value

The XPS print data.

Applies to