Share via


WorkflowPrintTicket.DocumentNUpFeature Property

Definition

Gets the N-up printing configuration for this print ticket.

public:
 property PrintTicketFeature ^ DocumentNUpFeature { PrintTicketFeature ^ get(); };
PrintTicketFeature DocumentNUpFeature();
public PrintTicketFeature DocumentNUpFeature { get; }
var printTicketFeature = workflowPrintTicket.documentNUpFeature;
Public ReadOnly Property DocumentNUpFeature As PrintTicketFeature

Property Value

The N-up printing feature object.

Applies to