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