PrintTicketCapabilities.PageResolutionFeature Property

Definition

Gets the available page resolution feature for this print ticket.

public:
 property PrintTicketFeature ^ PageResolutionFeature { PrintTicketFeature ^ get(); };
PrintTicketFeature PageResolutionFeature();
public PrintTicketFeature PageResolutionFeature { get; }
var printTicketFeature = printTicketCapabilities.pageResolutionFeature;
Public ReadOnly Property PageResolutionFeature As PrintTicketFeature

Property Value

The page resolution feature object.

Applies to