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