WorkflowPrintTicket.DocumentDuplexFeature 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 duplex printing configuration for this print ticket.
public:
property PrintTicketFeature ^ DocumentDuplexFeature { PrintTicketFeature ^ get(); };
PrintTicketFeature DocumentDuplexFeature();
public PrintTicketFeature DocumentDuplexFeature { get; }
var printTicketFeature = workflowPrintTicket.documentDuplexFeature;
Public ReadOnly Property DocumentDuplexFeature As PrintTicketFeature
Property Value
The duplex printing feature object.