Udostępnij przez


IppPrintDevice.CanModifyUserDefaultPrintTicket Property

Definition

Gets a boolean value indicating whether the UserDefaultPrintTicket can be modified.

public:
 property bool CanModifyUserDefaultPrintTicket { bool get(); };
bool CanModifyUserDefaultPrintTicket();
public bool CanModifyUserDefaultPrintTicket { get; }
var boolean = ippPrintDevice.canModifyUserDefaultPrintTicket;
Public ReadOnly Property CanModifyUserDefaultPrintTicket As Boolean

Property Value

Boolean

bool

True if the UserDefaultPrintTicket can be modified; otherwise, false.

Windows requirements

Requirements Description
Device family
Windows 11, version 24H2 (introduced in 10.0.26100.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v19.0)

Remarks

The property will be false if the application is running in a restricted context and is not registered as a Print Support App for the current printer.

Applies to