Share via


WindowsProtectedPrintInfo.IsProtectedPrintEnabled Property

Definition

Gets a value indicating wether Windows protected print mode is enabled on the current device.

public:
 static property bool IsProtectedPrintEnabled { bool get(); };
static bool IsProtectedPrintEnabled();
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
static bool IsProtectedPrintEnabled();
public static bool IsProtectedPrintEnabled { get; }
[Windows.Foundation.Metadata.Experimental]
public static bool IsProtectedPrintEnabled { [Windows.Foundation.Metadata.Experimental] get; }
var boolean = WindowsProtectedPrintInfo.isProtectedPrintEnabled;
Public Shared ReadOnly Property IsProtectedPrintEnabled As Boolean

Property Value

Boolean

bool

True if Windows protected print mode is enabled; otherwise, false.

Attributes

Applies to