WorkflowPrintTicket.DocumentNUpFeature 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 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.