WindowsProtectedPrintInfo.IsProtectedPrintEnabled 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 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