Permission.EnableTrustedBrowser Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool EnableTrustedBrowser { bool get(); void set(bool value); };
public bool EnableTrustedBrowser { get; set; }
member this.EnableTrustedBrowser : bool with get, set
Public Property EnableTrustedBrowser As Boolean
Property Value
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.