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