InformationRightsManagementSettings.AllowPrint property
Gets or sets whether a viewer can print the downloaded document.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property AllowPrint As Boolean
Get
Set
'Usage
Dim instance As InformationRightsManagementSettings
Dim value As Boolean
value = instance.AllowPrint
instance.AllowPrint = value
public bool AllowPrint { get; set; }
Property value
Type: System.Boolean
true if printing is allowed, otherwise false.
Remarks
The default value for this property is false.
See also
Reference
InformationRightsManagementSettings class