SPInformationRightsManagementSettings.AllowPrint property

Gets or sets a value indicating whether the viewer can print the downloaded document.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property AllowPrint As Boolean
    Get
    Set
'Usage
Dim instance As SPInformationRightsManagementSettings
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 is false.

See also

Reference

SPInformationRightsManagementSettings class

SPInformationRightsManagementSettings members

Microsoft.SharePoint namespace