# DocumentViewerOptions
A simple object for specifying options when showing or dismissing a Titanium.UI.iOS.DocumentViewer.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Overview
The view
property does not apply to the hide
method.
# Properties
# view
view :Titanium.UI.View
Anchors the options menu to the specified view.
Only used with the show
method.
Currently, this property can only be set to a button in the Titanium.UI.iOS.Toolbar,
or the window's leftNavButton
or rightNavButton
property.
If this property is not specified, the show
method launches the document in the viewer
without showing the options menu.