Permission.EnableTrustedBrowser Property

Returns or sets the option that allows a user to view a document with restricted permissions in a web browser if the user does not have the appropriate client application installed.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property EnableTrustedBrowser As Boolean
    Get
    Set
'Usage
Dim instance As Permission
Dim value As Boolean

value = instance.EnableTrustedBrowser

instance.EnableTrustedBrowser = value
bool EnableTrustedBrowser { get; set; }

Property Value

Type: System.Boolean

Remarks

The default return value is False.

The EnableTrustedBrowser property, when True, allows a user who tries to open an Office Word 2003 document with restricted permissions, for example, but who does not have the Office Word 2003 application installed, to view the document in Microsoft Internet Explorer or another browser that supports this functionality. This property corresponds to the checkbox Allow users with earlier versions of Office to read with browsers supporting Information Rights Management. (Increases file size.) in the user interface.

See Also

Reference

Permission Interface

Permission Members

Microsoft.Office.Core Namespace