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