PrintWorkflowSubmittedOperation.XpsContent 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 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.