Compartir a través de


PrintWorkflowSubmittedOperation.XpsContent Propiedad

Definición

Obtiene los datos XPS originales de la aplicación de origen. Esto se puede editar y, a continuación, asignarlo al destino de impresión para cambiar el contenido de impresión.

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

Valor de propiedad

Los datos de impresión XPS.

Se aplica a