PrintTicketCapabilities.DocumentNUpFeature Property

Definition

Gets the available N-up printing feature for this print ticket.

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

Property Value

The N-up printing feature object.

Applies to