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