SPInformationRightsManagementSettings.AllowPrint property
Obtém ou define um valor indicando se o viewer pode imprimir o documento baixado.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property AllowPrint As Boolean
Get
Set
'Uso
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 se a impressão for permitido, caso contrário, false.
Comentários
O valor padrão é false.
Ver também
Referência
SPInformationRightsManagementSettings class