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