DevExpress.Xpf.DocumentViewer.v21.2.Core.xml 67 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <assembly>
  4. <name>DevExpress.Xpf.DocumentViewer.v21.2.Core</name>
  5. </assembly>
  6. <members>
  7. <member name="N:DevExpress.Xpf.DocumentViewer">
  8. <summary>
  9. <para>Provides the basic functionality to publish documents in XPF (WPF and Silverlight) applications.</para>
  10. </summary>
  11. </member>
  12. <member name="T:DevExpress.Xpf.DocumentViewer.CommandBarStyle">
  13. <summary>
  14. <para>Enumerates values that specify the type of a viewer control’s toolbar.</para>
  15. </summary>
  16. </member>
  17. <member name="F:DevExpress.Xpf.DocumentViewer.CommandBarStyle.Bars">
  18. <summary>
  19. <para>A viewer control has a standard Bars toolbar.</para>
  20. </summary>
  21. </member>
  22. <member name="F:DevExpress.Xpf.DocumentViewer.CommandBarStyle.None">
  23. <summary>
  24. <para>A viewer control has no toolbar.</para>
  25. </summary>
  26. </member>
  27. <member name="F:DevExpress.Xpf.DocumentViewer.CommandBarStyle.Ribbon">
  28. <summary>
  29. <para>A viewer control has a Ribbon toolbar.</para>
  30. </summary>
  31. </member>
  32. <member name="T:DevExpress.Xpf.DocumentViewer.CommandProvider">
  33. <summary>
  34. <para>The base class for classes that provide commands corresponding to end-user actions in viewer controls.</para>
  35. </summary>
  36. </member>
  37. <member name="M:DevExpress.Xpf.DocumentViewer.CommandProvider.#ctor">
  38. <summary>
  39. <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.DocumentViewer.CommandProvider"/> class with default settings.</para>
  40. </summary>
  41. </member>
  42. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.Actions">
  43. <summary>
  44. <para>Provides access to the collection of actions when using a standard toolbar.</para>
  45. </summary>
  46. <value>The collection of actions.</value>
  47. </member>
  48. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.ClockwiseRotateCommand">
  49. <summary>
  50. <para>Returns a command that rotates pages of a displayed document by 90 degrees clockwise.</para>
  51. </summary>
  52. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface, that defines the command.</value>
  53. </member>
  54. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.CloseDocumentCommand">
  55. <summary>
  56. <para>Returns a command that closes the currently opened document.</para>
  57. </summary>
  58. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  59. </member>
  60. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.ContextMenuActions">
  61. <summary />
  62. <value></value>
  63. </member>
  64. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.CounterClockwiseRotateCommand">
  65. <summary>
  66. <para>Returns a command that rotates pages of a displayed document by 90 degrees counterclockwise.</para>
  67. </summary>
  68. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface, that defines the command.</value>
  69. </member>
  70. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.FindNextTextCommand">
  71. <summary>
  72. <para>Returns a command that finds the next occurrence of a search text string.</para>
  73. </summary>
  74. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  75. </member>
  76. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.FindPreviousTextCommand">
  77. <summary>
  78. <para>Returns a command that finds the previous occurrence of a search text string.</para>
  79. </summary>
  80. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  81. </member>
  82. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.NavigateCommand">
  83. <summary>
  84. <para>Returns a command that navigates to a specified target location within a displayed document.</para>
  85. </summary>
  86. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  87. </member>
  88. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.NextPageCommand">
  89. <summary>
  90. <para>Returns a command that navigates to the next page of a displayed document.</para>
  91. </summary>
  92. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  93. </member>
  94. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.NextViewCommand">
  95. <summary>
  96. <para>Returns a command that navigates to the next view in a displayed document.</para>
  97. </summary>
  98. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  99. </member>
  100. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.OpenDocumentCommand">
  101. <summary>
  102. <para>Returns a command that opens a document from a specified file in the viewer.</para>
  103. </summary>
  104. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  105. </member>
  106. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.PaginationCommand">
  107. <summary>
  108. <para>Returns a command that sets the number of a currently displayed page.</para>
  109. </summary>
  110. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  111. </member>
  112. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.PreviousPageCommand">
  113. <summary>
  114. <para>Returns a command that navigates to the previous page of a displayed document.</para>
  115. </summary>
  116. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  117. </member>
  118. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.PreviousViewCommand">
  119. <summary>
  120. <para>Returns a command that navigates to the previous view in a displayed document.</para>
  121. </summary>
  122. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  123. </member>
  124. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.RibbonActions">
  125. <summary>
  126. <para>Provides access to the collection of actions when using a ribbon toolbar.</para>
  127. </summary>
  128. <value>A collection of actions.</value>
  129. </member>
  130. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.ScrollCommand">
  131. <summary>
  132. <para>Returns a command that scrolls a displayed document.</para>
  133. </summary>
  134. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  135. </member>
  136. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.ShowFindTextCommand">
  137. <summary>
  138. <para>Returns a command that shows or hides the Search panel.</para>
  139. </summary>
  140. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  141. </member>
  142. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.ZoomCommand">
  143. <summary>
  144. <para>Returns a command that changes the zoom factor of the currently displayed document to a specified value.</para>
  145. </summary>
  146. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  147. </member>
  148. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.ZoomInCommand">
  149. <summary>
  150. <para>Returns a command that zooms a displayed document in.</para>
  151. </summary>
  152. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  153. </member>
  154. <member name="P:DevExpress.Xpf.DocumentViewer.CommandProvider.ZoomOutCommand">
  155. <summary>
  156. <para>Returns a command that zooms a displayed document out.</para>
  157. </summary>
  158. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  159. </member>
  160. <member name="T:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames">
  161. <summary>
  162. <para>Contains default item captions displayed in the interface elements of document viewers.</para>
  163. </summary>
  164. </member>
  165. <member name="M:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.#ctor">
  166. <summary>
  167. <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames"/> class.</para>
  168. </summary>
  169. </member>
  170. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.Bar">
  171. <summary>
  172. <para>Returns “bMain”.</para>
  173. </summary>
  174. <value></value>
  175. </member>
  176. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.ClockwiseRotate">
  177. <summary>
  178. <para>Returns “bClockwiseRotate”. Corresponds to the Clockwise rotate command in the document’s context menu.</para>
  179. </summary>
  180. <value></value>
  181. </member>
  182. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.Close">
  183. <summary>
  184. <para>Returns “bClose”. Corresponds to the Close toolbar button.</para>
  185. </summary>
  186. <value></value>
  187. </member>
  188. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.CounterClockwiseRotate">
  189. <summary>
  190. <para>Returns “bCounterClockwiseRotate”.</para>
  191. </summary>
  192. <value></value>
  193. </member>
  194. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.DefaultPageCategory">
  195. <summary>
  196. <para>Returns “rcMain”.</para>
  197. </summary>
  198. <value></value>
  199. </member>
  200. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.DocumentMapCollapseTopLevelNode">
  201. <summary>
  202. <para>Returns “bDocumentMapCollapseTopLevelNode”.</para>
  203. </summary>
  204. <value></value>
  205. </member>
  206. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.DocumentMapExpandCurrentNode">
  207. <summary>
  208. <para>Returns “bDocumentMapExpandCurrentNode”.</para>
  209. </summary>
  210. <value></value>
  211. </member>
  212. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.DocumentMapExpandCurrentNodeButton">
  213. <summary>
  214. <para>Returns “bDocumentMapExpandCurrentNodeButton”.</para>
  215. </summary>
  216. <value></value>
  217. </member>
  218. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.DocumentMapExpandTopLevelNode">
  219. <summary>
  220. <para>Returns “bDocumentMapExpandTopLevelNode”.</para>
  221. </summary>
  222. <value></value>
  223. </member>
  224. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.DocumentMapGoToBookmark">
  225. <summary>
  226. <para>Returns “bDocumentMapGoToBookmark”.</para>
  227. </summary>
  228. <value></value>
  229. </member>
  230. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.DocumentMapHideAfterUseNode">
  231. <summary>
  232. <para>Returns “bDocumentMapHideAfterUseNode”.</para>
  233. </summary>
  234. <value></value>
  235. </member>
  236. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.DocumentMapShowOptions">
  237. <summary>
  238. <para>Returns “bDocumentMapOptions”.</para>
  239. </summary>
  240. <value></value>
  241. </member>
  242. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.FileRibbonGroup">
  243. <summary>
  244. <para>Returns “rgFile”.</para>
  245. </summary>
  246. <value></value>
  247. </member>
  248. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.FindRibbonGroup">
  249. <summary>
  250. <para>Returns “rgFind”.</para>
  251. </summary>
  252. <value></value>
  253. </member>
  254. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.MainRibbonPage">
  255. <summary>
  256. <para>Returns “rpMain”.</para>
  257. </summary>
  258. <value></value>
  259. </member>
  260. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.NavigationRibbonGroup">
  261. <summary>
  262. <para>Returns “rgNavigation”.</para>
  263. </summary>
  264. <value></value>
  265. </member>
  266. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.NextPage">
  267. <summary>
  268. <para>Returns “bNextPage”. Corresponds to the Next Page toolbar button that switches to the next document page.</para>
  269. </summary>
  270. <value></value>
  271. </member>
  272. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.NextView">
  273. <summary>
  274. <para>Returns “bNextView”. Corresponds to the Next view command in the document’s context menu.</para>
  275. </summary>
  276. <value></value>
  277. </member>
  278. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.Open">
  279. <summary>
  280. <para>Returns “bOpen”. Corresponds to the Open toolbar button that invokes the Open dialog allowing you to select a document to be loaded.</para>
  281. </summary>
  282. <value></value>
  283. </member>
  284. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.Pagination">
  285. <summary>
  286. <para>Returns “bPagination”.</para>
  287. </summary>
  288. <value></value>
  289. </member>
  290. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.PreviousPage">
  291. <summary>
  292. <para>Returns “bPreviousPage”. Corresponds to the Previous Page toolbar button that switches to the previous document page.</para>
  293. </summary>
  294. <value></value>
  295. </member>
  296. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.PreviousView">
  297. <summary>
  298. <para>Returns “bPreviousView”. Corresponds to the Previous view command in the document’s context menu.</para>
  299. </summary>
  300. <value></value>
  301. </member>
  302. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.Ribbon">
  303. <summary>
  304. <para>Returns “bRibbon”.</para>
  305. </summary>
  306. <value></value>
  307. </member>
  308. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.RotateRibbonGroup">
  309. <summary>
  310. <para>Returns “rgRotate”.</para>
  311. </summary>
  312. <value></value>
  313. </member>
  314. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.Search">
  315. <summary>
  316. <para>Returns “bSearch”. Corresponds to the Search toolbar button that invokes the search panel allowing you to find a specified text throughout a document.</para>
  317. </summary>
  318. <value></value>
  319. </member>
  320. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.SearchCheckCaseSensitive">
  321. <summary>
  322. <para>Returns “bCheckCaseSensitive”. Corresponds to the Case Sensitive option in the search panel that specifies whether to use case-sensitive search.</para>
  323. </summary>
  324. <value></value>
  325. </member>
  326. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.SearchCheckWholeWord">
  327. <summary>
  328. <para>Returns “bCheckWholeWord”. Corresponds to the Whole Words Only option in the search panel that specifies whether to match the whole word during the search.</para>
  329. </summary>
  330. <value></value>
  331. </member>
  332. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.SearchClose">
  333. <summary>
  334. <para>Returns “bSearchClose”. Corresponds to the Close button in the search panel.</para>
  335. </summary>
  336. <value></value>
  337. </member>
  338. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.SearchNext">
  339. <summary>
  340. <para>Returns “bSearchNext”. Corresponds to the Next button in the search panel that starts searching or searches down again.</para>
  341. </summary>
  342. <value></value>
  343. </member>
  344. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.SearchPrevious">
  345. <summary>
  346. <para>Returns “bSearchPrev”. Corresponds to the Previous button in the search panel that searches backwards.</para>
  347. </summary>
  348. <value></value>
  349. </member>
  350. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.SearchSettings">
  351. <summary>
  352. <para>Returns “bSearchSettings”. Corresponds to the Settings button in the search panel that provides a submenu with search options.</para>
  353. </summary>
  354. <value></value>
  355. </member>
  356. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.Zoom">
  357. <summary>
  358. <para>Returns “bZoom”. Corresponds to the Zoom toolbar button that zooms a document to a specific zoom factor.</para>
  359. </summary>
  360. <value></value>
  361. </member>
  362. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.ZoomIn">
  363. <summary>
  364. <para>Returns “bZoomIn”. Corresponds to the Zoom In toolbar button that increases a document’s current zoom factor.</para>
  365. </summary>
  366. <value></value>
  367. </member>
  368. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.ZoomOut">
  369. <summary>
  370. <para>Returns “bZoomOut”. Corresponds to the Zoom Out toolbar button that decreases a document’s current zoom factor.</para>
  371. </summary>
  372. <value></value>
  373. </member>
  374. <member name="F:DevExpress.Xpf.DocumentViewer.DefaultBarManagerItemNames.ZoomRibbonGroup">
  375. <summary>
  376. <para>Returns “rgZoom”.</para>
  377. </summary>
  378. <value></value>
  379. </member>
  380. <member name="T:DevExpress.Xpf.DocumentViewer.DocumentMapCommands">
  381. <summary>
  382. <para>Provides access to document map commands.</para>
  383. </summary>
  384. </member>
  385. <member name="M:DevExpress.Xpf.DocumentViewer.DocumentMapCommands.#ctor">
  386. <summary>
  387. <para>Initializes a new instance of a <see cref="T:DevExpress.Xpf.DocumentViewer.DocumentMapCommands"/> class.</para>
  388. </summary>
  389. </member>
  390. <member name="M:DevExpress.Xpf.DocumentViewer.DocumentMapCommands.CanExecuteCollapseTopLevelNodesCommand(DevExpress.Xpf.Grid.TreeListView,System.Windows.Input.CanExecuteRoutedEventArgs)">
  391. <summary>
  392. <para>Identifies whether it is possible to execute the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentMapCommands.CollapseTopLevelNodesCommand"/> command.</para>
  393. </summary>
  394. <param name="d"></param>
  395. <param name="e"></param>
  396. </member>
  397. <member name="M:DevExpress.Xpf.DocumentViewer.DocumentMapCommands.CanExecuteExpandTopLevelNodesCommand(DevExpress.Xpf.Grid.TreeListView,System.Windows.Input.CanExecuteRoutedEventArgs)">
  398. <summary>
  399. <para>Identifies whether it is possible to execute the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentMapCommands.ExpandTopLevelNodesCommand"/> command.</para>
  400. </summary>
  401. <param name="d"></param>
  402. <param name="e"></param>
  403. </member>
  404. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentMapCommands.CollapseTopLevelNodesCommand">
  405. <summary>
  406. <para>Returns a command that collapses top-level nodes of the Document Map.</para>
  407. </summary>
  408. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  409. </member>
  410. <member name="M:DevExpress.Xpf.DocumentViewer.DocumentMapCommands.ExecuteGoToNodeCommand(System.Windows.FrameworkElement,System.Windows.Input.ExecutedRoutedEventArgs)">
  411. <summary>
  412. <para>Executes the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentMapCommands.GoToNodeCommand"/> command.</para>
  413. </summary>
  414. <param name="d"></param>
  415. <param name="e"></param>
  416. </member>
  417. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentMapCommands.ExpandCurrentNodeCommand">
  418. <summary>
  419. <para>Returns a command that expands the currently selected node of the Document Map.</para>
  420. </summary>
  421. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  422. </member>
  423. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentMapCommands.ExpandTopLevelNodesCommand">
  424. <summary>
  425. <para>Returns a command that expands top-level nodes of the Document Map.</para>
  426. </summary>
  427. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  428. </member>
  429. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentMapCommands.GoToNodeCommand">
  430. <summary>
  431. <para>Returns a command that navigates to a document element corresponding to the selected Document Map’s node.</para>
  432. </summary>
  433. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  434. </member>
  435. <member name="T:DevExpress.Xpf.DocumentViewer.DocumentMapControl">
  436. <summary>
  437. <para>Represents the Document Map Control.</para>
  438. </summary>
  439. </member>
  440. <member name="M:DevExpress.Xpf.DocumentViewer.DocumentMapControl.#ctor">
  441. <summary>
  442. <para>Initializes a new instance of a <see cref="T:DevExpress.Xpf.DocumentViewer.DocumentMapControl"/> class with the default settings.</para>
  443. </summary>
  444. </member>
  445. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentMapControl.ActualSettings">
  446. <summary>
  447. <para>Provides access to the actual Document Map settings.</para>
  448. </summary>
  449. <value>An object that specifies the actual Document Map settings.</value>
  450. </member>
  451. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentMapControl.ActualSettingsProperty">
  452. <summary>
  453. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentMapControl.ActualSettings"/> dependency property.</para>
  454. </summary>
  455. <value>A dependency property identifier.</value>
  456. </member>
  457. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentMapControl.ActualSource">
  458. <summary>
  459. <para>Gets an actual collection of the <see cref="T:DevExpress.Xpf.DocumentViewer.DocumentMapControl"/>‘s items. This is a dependency property.</para>
  460. </summary>
  461. <value>A source of objects represented as items in the Document Map.</value>
  462. </member>
  463. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentMapControl.ActualSourceProperty">
  464. <summary>
  465. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentMapControl.ActualSource"/> dependency property.</para>
  466. </summary>
  467. <value>A dependency property identifier.</value>
  468. </member>
  469. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentMapControl.HideAfterUse">
  470. <summary>
  471. <para>Gets or sets a value that specifies whether the Document Map should be hidden after using it for navigation purposes.</para>
  472. </summary>
  473. <value>true, to hide the Document Map after using it for navigation purposes; otherwise, false.</value>
  474. </member>
  475. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentMapControl.HideAfterUseProperty">
  476. <summary>
  477. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentMapControl.HideAfterUse"/> dependency property.</para>
  478. </summary>
  479. <value>A dependency property identifier.</value>
  480. </member>
  481. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentMapControl.HighlightedItem">
  482. <summary>
  483. <para>Gets the Document Map’s currently highlighted item. This is a dependency property.</para>
  484. </summary>
  485. <value>An object that specifies the currently highlighted item.</value>
  486. </member>
  487. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentMapControl.HighlightedItemProperty">
  488. <summary>
  489. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentMapControl.HighlightedItem"/> dependency property.</para>
  490. </summary>
  491. <value>A dependency property identifier.</value>
  492. </member>
  493. <member name="M:DevExpress.Xpf.DocumentViewer.DocumentMapControl.OnApplyTemplate">
  494. <summary>
  495. <para>Called after the template is completely generated and attached to the visual tree.</para>
  496. </summary>
  497. </member>
  498. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentMapControl.Settings">
  499. <summary>
  500. <para>Provides access to Document Map settings.</para>
  501. </summary>
  502. <value>An object that specifies Document Map settings.</value>
  503. </member>
  504. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentMapControl.SettingsProperty">
  505. <summary>
  506. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentMapControl.Settings"/> dependency property.</para>
  507. </summary>
  508. <value>A dependency property identifier.</value>
  509. </member>
  510. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentMapControl.TreeViewStyle">
  511. <summary>
  512. <para>Gets or sets a style applied to the Document Map’s tree view. This is a dependency property.</para>
  513. </summary>
  514. <value>A Style object providing corresponding style settings.</value>
  515. </member>
  516. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentMapControl.TreeViewStyleProperty">
  517. <summary>
  518. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentMapControl.TreeViewStyle"/> dependency property.</para>
  519. </summary>
  520. <value>A dependency property identifier.</value>
  521. </member>
  522. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentMapControl.WrapLongLines">
  523. <summary>
  524. <para>Gets or sets a value that specifies whether long lines should be wrapped in the Document Map. This is a dependency property.</para>
  525. </summary>
  526. <value>true, to wrap long lines; otherwise, false.</value>
  527. </member>
  528. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentMapControl.WrapLongLinesProperty">
  529. <summary>
  530. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentMapControl.WrapLongLines"/> dependency property.</para>
  531. </summary>
  532. <value>A dependency property identifier.</value>
  533. </member>
  534. <member name="T:DevExpress.Xpf.DocumentViewer.DocumentMapSettings">
  535. <summary>
  536. <para>Provides access to document map settings.</para>
  537. </summary>
  538. </member>
  539. <member name="M:DevExpress.Xpf.DocumentViewer.DocumentMapSettings.#ctor">
  540. <summary>
  541. <para>Initializes a new instance of a <see cref="T:DevExpress.Xpf.DocumentViewer.DocumentMapSettings"/> class with the default settings.</para>
  542. </summary>
  543. </member>
  544. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentMapSettings.ActualHideAfterUse">
  545. <summary>
  546. <para>Gets the actual value of the Document Map visibility after using it for navigation purposes.</para>
  547. </summary>
  548. <value>true, if the Document Map is hidden after using it; otherwise, false.</value>
  549. </member>
  550. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentMapSettings.ActualHideAfterUseProperty">
  551. <summary>
  552. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentMapSettings.ActualHideAfterUse"/> dependency property.</para>
  553. </summary>
  554. <value>A dependency property identifier.</value>
  555. </member>
  556. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentMapSettings.GoToCommand">
  557. <summary>
  558. <para>Returns a command that navigates to a document element corresponding to the selected bookmark.</para>
  559. </summary>
  560. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  561. </member>
  562. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentMapSettings.HideAfterUse">
  563. <summary>
  564. <para>Gets or sets a value that specifies whether the Document Map should be hidden after using it for navigation purposes. This is a dependency property.</para>
  565. </summary>
  566. <value>true, to hide the Document Map after using it for navigation purposes; otherwise, false.</value>
  567. </member>
  568. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentMapSettings.HideAfterUseProperty">
  569. <summary>
  570. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentMapSettings.HideAfterUse"/> dependency property.</para>
  571. </summary>
  572. <value>A dependency property identifier.</value>
  573. </member>
  574. <member name="E:DevExpress.Xpf.DocumentViewer.DocumentMapSettings.Invalidate">
  575. <summary>
  576. <para>Fires after any modifications in the Document Map are made by changing Document Map settings.</para>
  577. </summary>
  578. </member>
  579. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentMapSettings.Source">
  580. <summary>
  581. <para>Gets a collection of the Document Map’s items. This is a dependency property.</para>
  582. </summary>
  583. <value>A source of objects represented as items in the Document Map.</value>
  584. </member>
  585. <member name="M:DevExpress.Xpf.DocumentViewer.DocumentMapSettings.UpdateProperties">
  586. <summary>
  587. <para>Updates the properties of the Document Map.</para>
  588. </summary>
  589. </member>
  590. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentMapSettings.WrapLongLines">
  591. <summary>
  592. <para>Gets or sets a value that specifies whether long lines should be wrapped in the Document Map. This is a dependency property.</para>
  593. </summary>
  594. <value>A <see cref="T:System.Nullable`1"/>&lt;<see cref="T:System.Boolean"/>,&gt; object that specifies whether to wrap long lines in the Document Map.</value>
  595. </member>
  596. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentMapSettings.WrapLongLinesProperty">
  597. <summary>
  598. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentMapSettings.WrapLongLines"/> dependency property.</para>
  599. </summary>
  600. <value>A dependency property identifier.</value>
  601. </member>
  602. <member name="T:DevExpress.Xpf.DocumentViewer.DocumentViewerControl">
  603. <summary>
  604. <para>Provides base functionality for document viewers under the WPF platform.</para>
  605. </summary>
  606. </member>
  607. <member name="M:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.#ctor">
  608. <summary>
  609. <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.DocumentViewer.DocumentViewerControl"/> class with default settings.</para>
  610. </summary>
  611. </member>
  612. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ActualBarsTemplate">
  613. <summary>
  614. <para>Specifies a data template used to display an actual Bars toolbar of a document viewer. This is a dependency property.</para>
  615. </summary>
  616. <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the visual representation of the document viewer’s bars toolbar.</value>
  617. </member>
  618. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ActualBarsTemplateProperty">
  619. <summary>
  620. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ActualBarsTemplate"/> dependency property.</para>
  621. </summary>
  622. <value>A dependency property identifier.</value>
  623. </member>
  624. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ActualBehaviorProvider">
  625. <summary>
  626. <para>Specifies an actual behavior provider of the document viewer. This is a dependency property.</para>
  627. </summary>
  628. <value>A DevExpress.Xpf.DocumentViewer.BehaviorProvider object.</value>
  629. </member>
  630. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ActualBehaviorProviderProperty">
  631. <summary>
  632. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ActualBehaviorProvider"/> dependency property.</para>
  633. </summary>
  634. <value>A dependency property identifier.</value>
  635. </member>
  636. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ActualCommandProvider">
  637. <summary>
  638. <para>Specifies an actual command provider of the document viewer. This is a dependency property.</para>
  639. </summary>
  640. <value>A <see cref="T:DevExpress.Xpf.DocumentViewer.CommandProvider"/> object.</value>
  641. </member>
  642. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ActualCommandProviderProperty">
  643. <summary>
  644. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ActualCommandProvider"/> dependency property.</para>
  645. </summary>
  646. <value>A dependency property identifier.</value>
  647. </member>
  648. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ActualDocumentMapSettings">
  649. <summary>
  650. <para>Provides access to the actual settings of the document map, which reflects the document structure in a tree-like form.</para>
  651. </summary>
  652. <value>An object that specifies document map settings.</value>
  653. </member>
  654. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ActualDocumentMapSettingsProperty">
  655. <summary>
  656. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ActualDocumentMapSettings"/> dependency property.</para>
  657. </summary>
  658. <value>A dependency property identifier.</value>
  659. </member>
  660. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ActualViewerProperty">
  661. <summary>
  662. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ActualViewer"/> dependency property.</para>
  663. </summary>
  664. </member>
  665. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.BarItemNameProperty">
  666. <summary>
  667. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.BarItemName"/> dependency property.</para>
  668. </summary>
  669. </member>
  670. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.BarsTemplate">
  671. <summary>
  672. <para>Specifies a data template used to display a Bars toolbar of a document viewer. This is a dependency property.</para>
  673. </summary>
  674. <value>A <see cref="T:System.Windows.DataTemplate"/> object.</value>
  675. </member>
  676. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.BarsTemplateProperty">
  677. <summary>
  678. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.BarsTemplate"/> dependency property.</para>
  679. </summary>
  680. <value>A dependency property identifier.</value>
  681. </member>
  682. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.BehaviorProvider">
  683. <summary>
  684. <para>Specifies a document viewer’s behavior provider. This is a dependency property.</para>
  685. </summary>
  686. <value>A DevExpress.Xpf.DocumentViewer.BehaviorProvider object.</value>
  687. </member>
  688. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.BehaviorProviderProperty">
  689. <summary>
  690. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.BehaviorProvider"/> dependency property.</para>
  691. </summary>
  692. <value>A dependency property identifier.</value>
  693. </member>
  694. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ClockwiseRotateCommand">
  695. <summary>
  696. <para>Returns a command that rotates pages of a displayed document by 90 degrees clockwise.</para>
  697. </summary>
  698. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface, that defines the command.</value>
  699. </member>
  700. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.CloseDocumentCommand">
  701. <summary>
  702. <para>Returns a command that closes the currently opened document.</para>
  703. </summary>
  704. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  705. </member>
  706. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.CommandBarStyle">
  707. <summary>
  708. <para>Specifies the type of a Document Viewer toolbar. This is a dependency property.</para>
  709. </summary>
  710. <value>A <see cref="T:DevExpress.Xpf.DocumentViewer.CommandBarStyle"/> enumeration value.</value>
  711. </member>
  712. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.CommandBarStyleProperty">
  713. <summary>
  714. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.CommandBarStyle"/> dependency property.</para>
  715. </summary>
  716. <value>A dependency property identifier.</value>
  717. </member>
  718. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.CommandProvider">
  719. <summary>
  720. <para>Specifies a Document Viewer’s command provider. This is a dependency property.</para>
  721. </summary>
  722. <value>A <see cref="T:DevExpress.Xpf.DocumentViewer.CommandProvider"/> object.</value>
  723. </member>
  724. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.CommandProviderProperty">
  725. <summary>
  726. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.CommandProvider"/> dependency property.</para>
  727. </summary>
  728. <value>A dependency property identifier.</value>
  729. </member>
  730. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.CounterClockwiseRotateCommand">
  731. <summary>
  732. <para>Returns a command that rotates pages of a displayed document by 90 degrees counterclockwise.</para>
  733. </summary>
  734. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface, that defines the command.</value>
  735. </member>
  736. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.CurrentPageNumber">
  737. <summary>
  738. <para>Specifies the number of the currently displayed page. This is a dependency property.</para>
  739. </summary>
  740. <value>An integer value specifying a page number.</value>
  741. </member>
  742. <member name="E:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.CurrentPageNumberChanged">
  743. <summary>
  744. <para>Occurs after the currently displayed document page has been changed.</para>
  745. </summary>
  746. </member>
  747. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.CurrentPageNumberChangedEvent">
  748. <summary>
  749. <para>Identifies the <see cref="E:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.CurrentPageNumberChanged"/> routed event.</para>
  750. </summary>
  751. <value>A routed event identifier.</value>
  752. </member>
  753. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.CurrentPageNumberProperty">
  754. <summary>
  755. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.CurrentPageNumber"/> dependency property.</para>
  756. </summary>
  757. <value>A dependency property identifier.</value>
  758. </member>
  759. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.DisposeDocumentOnUnload">
  760. <summary />
  761. <value></value>
  762. </member>
  763. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.DisposeDocumentOnUnloadProperty">
  764. <summary>
  765. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.DisposeDocumentOnUnload"/> dependency property.</para>
  766. </summary>
  767. <value>A dependency property identifier.</value>
  768. </member>
  769. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.Document">
  770. <summary>
  771. <para>Returns the current document. This is a dependency property.</para>
  772. </summary>
  773. <value>An <see cref="T:DevExpress.Xpf.DocumentViewer.IDocument"/> object specifying the current document.</value>
  774. </member>
  775. <member name="E:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.DocumentChanged">
  776. <summary>
  777. <para>Occurs after the displayed document has been changed.</para>
  778. </summary>
  779. </member>
  780. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.DocumentChangedEvent">
  781. <summary>
  782. <para>Identifies the <see cref="E:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.DocumentChanged"/> routed event.</para>
  783. </summary>
  784. <value>A routed event identifier.</value>
  785. </member>
  786. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.DocumentProperty">
  787. <summary>
  788. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.Document"/> dependency property.</para>
  789. </summary>
  790. <value>A dependency property identifier.</value>
  791. </member>
  792. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.DocumentSource">
  793. <summary>
  794. <para>Specifies the document source. This is a dependency property.</para>
  795. </summary>
  796. <value>A <see cref="T:System.Object"/> value, specifying the document source.</value>
  797. </member>
  798. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.DocumentSourceProperty">
  799. <summary>
  800. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.DocumentSource"/> dependency property.</para>
  801. </summary>
  802. <value>A dependency property identifier.</value>
  803. </member>
  804. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.FindTextCommand">
  805. <summary>
  806. <para>Returns a command that searches for text within a displayed document.</para>
  807. </summary>
  808. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  809. </member>
  810. <member name="M:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.GetActualViewer(System.Windows.DependencyObject)">
  811. <summary>
  812. <para>Gets the value of the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ActualViewer"/> attached property from a given object.</para>
  813. </summary>
  814. <param name="d">An object whose <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ActualViewer"/> property value should be returned.</param>
  815. <returns>A document viewer object associated with the specified object.</returns>
  816. </member>
  817. <member name="M:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.GetBarItemName(System.Windows.DependencyObject)">
  818. <summary>
  819. <para>Gets the value of the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.BarItemName"/> attached property from a given object.</para>
  820. </summary>
  821. <param name="d">An object whose <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.BarItemName"/> property’s value is to be returned.</param>
  822. <returns>A string value that specifies the value of the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.BarItemName"/> attached property for the specified object.</returns>
  823. </member>
  824. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.HorizontalPageSpacing">
  825. <summary>
  826. <para>Gets or sets the horizontal spacing between document pages in multi-column layout.</para>
  827. </summary>
  828. <value>A value that specifies the horizontal spacing between document pages.</value>
  829. </member>
  830. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.HorizontalPageSpacingProperty">
  831. <summary>
  832. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.HorizontalPageSpacing"/> dependency property.</para>
  833. </summary>
  834. <value>A dependency property identifier.</value>
  835. </member>
  836. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.IsSearchControlVisible">
  837. <summary>
  838. <para>Indicates whether a document viewer’s Search panel is currently visible. This is a dependency property.</para>
  839. </summary>
  840. <value>true, if the Search panel is visible; otherwise, false.</value>
  841. </member>
  842. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.IsSearchControlVisibleProperty">
  843. <summary>
  844. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.IsSearchControlVisible"/> dependency property.</para>
  845. </summary>
  846. <value>A dependency property identifier.</value>
  847. </member>
  848. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.NavigateCommand">
  849. <summary>
  850. <para>Returns a command that navigates to a specified target location within a displayed document.</para>
  851. </summary>
  852. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  853. </member>
  854. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.NextPageCommand">
  855. <summary>
  856. <para>Returns a command that navigates to the next page of a displayed document.</para>
  857. </summary>
  858. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  859. </member>
  860. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.NextViewCommand">
  861. <summary>
  862. <para>Returns a command that navigates to the next view in a displayed document.</para>
  863. </summary>
  864. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  865. </member>
  866. <member name="M:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.OpenDocument(System.String)">
  867. <summary>
  868. <para>Loads the document from the specified file and opens it in the viewer.</para>
  869. </summary>
  870. <param name="filePath">A <see cref="T:System.String"/> specifying the full path to a document file.</param>
  871. </member>
  872. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.OpenDocumentCommand">
  873. <summary>
  874. <para>Returns a command that opens a document from a specified file in the viewer.</para>
  875. </summary>
  876. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  877. </member>
  878. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.OpenFileDialogTemplate">
  879. <summary>
  880. <para>Specifies a data template used to display the Open dialog. This is a dependency property.</para>
  881. </summary>
  882. <value>A <see cref="T:System.Windows.DataTemplate"/> object.</value>
  883. </member>
  884. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.OpenFileDialogTemplateProperty">
  885. <summary>
  886. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.OpenFileDialogTemplate"/> dependency property.</para>
  887. </summary>
  888. <value>A dependency property identifier.</value>
  889. </member>
  890. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.PageCount">
  891. <summary>
  892. <para>Gets the total number of pages within a displayed document.</para>
  893. </summary>
  894. <value>An integer value specifying the number of document pages.</value>
  895. </member>
  896. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.PageCountProperty">
  897. <summary>
  898. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.PageCount"/> dependency property.</para>
  899. </summary>
  900. <value>A dependency property identifier.</value>
  901. </member>
  902. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.PageRotation">
  903. <summary>
  904. <para>Specifies the rotation of the displayed document’s pages. This is a dependency property.</para>
  905. </summary>
  906. <value>A <see cref="T:System.Windows.Media.Imaging.Rotation"/> enumeration value.</value>
  907. </member>
  908. <member name="E:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.PageRotationChanged">
  909. <summary>
  910. <para>Occurs after the page rotation been changed.</para>
  911. </summary>
  912. </member>
  913. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.PageRotationChangedEvent">
  914. <summary>
  915. <para>Identifies the <see cref="E:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.PageRotationChanged"/> routed event.</para>
  916. </summary>
  917. <value>A routed event identifier.</value>
  918. </member>
  919. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.PageRotationProperty">
  920. <summary>
  921. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.PageRotation"/> dependency property.</para>
  922. </summary>
  923. <value>A dependency property identifier.</value>
  924. </member>
  925. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.PresenterTemplate">
  926. <summary>
  927. <para>For internal use.</para>
  928. </summary>
  929. <value>A <see cref="T:System.Windows.DataTemplate"/> object.</value>
  930. </member>
  931. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.PresenterTemplateProperty">
  932. <summary>
  933. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.PresenterTemplate"/> dependency property.</para>
  934. </summary>
  935. <value>A dependency property identifier.</value>
  936. </member>
  937. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.PreviousPageCommand">
  938. <summary>
  939. <para>Returns a command that navigates to the previous page of a displayed document.</para>
  940. </summary>
  941. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  942. </member>
  943. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.PreviousViewCommand">
  944. <summary>
  945. <para>Returns a command that navigates to the previous view in a displayed document.</para>
  946. </summary>
  947. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  948. </member>
  949. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.PropertyProvider">
  950. <summary>
  951. <para>Specifies a document viewer’s property provider. This is a dependency property.</para>
  952. </summary>
  953. <value>A DevExpress.Xpf.DocumentViewer.PropertyProvider object.</value>
  954. </member>
  955. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.PropertyProviderProperty">
  956. <summary>
  957. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.PropertyProvider"/> dependency property.</para>
  958. </summary>
  959. <value>A dependency property identifier.</value>
  960. </member>
  961. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ResetSettingsOnDocumentClose">
  962. <summary>
  963. <para>Specifies whether to reset document display settings after the current document is closed. This is a dependency property.</para>
  964. </summary>
  965. <value>true (the default value), to reset document display setting after the current document is closed; otherwise, false.</value>
  966. </member>
  967. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ResetSettingsOnDocumentCloseProperty">
  968. <summary>
  969. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ResetSettingsOnDocumentClose"/> dependency property.</para>
  970. </summary>
  971. <value>A dependency property identifier.</value>
  972. </member>
  973. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.RibbonTemplate">
  974. <summary>
  975. <para>Specifies a data template used to display a Ribbon toolbar of a document viewer. This is a dependency property.</para>
  976. </summary>
  977. <value>A <see cref="T:System.Windows.DataTemplate"/> object.</value>
  978. </member>
  979. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.RibbonTemplateProperty">
  980. <summary>
  981. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.RibbonTemplate"/> dependency property.</para>
  982. </summary>
  983. <value>A dependency property identifier.</value>
  984. </member>
  985. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ScrollCommand">
  986. <summary>
  987. <para>Returns a command that scrolls a displayed document.</para>
  988. </summary>
  989. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  990. </member>
  991. <member name="M:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ScrollToHorizontalOffset(System.Double)">
  992. <summary>
  993. <para>Scrolls a displayed document horizontally to the specified offset.</para>
  994. </summary>
  995. <param name="offset">A Double value specifying the horizontal scrolling offset.</param>
  996. </member>
  997. <member name="M:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ScrollToVerticalOffset(System.Double)">
  998. <summary>
  999. <para>Scrolls a displayed document vertically to the specified offset.</para>
  1000. </summary>
  1001. <param name="offset">A Double value specifying the vertical scrolling offset.</param>
  1002. </member>
  1003. <member name="M:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.SetActualViewer(System.Windows.DependencyObject,DevExpress.Xpf.DocumentViewer.IDocumentViewerControl)">
  1004. <summary>
  1005. <para>Sets the value of the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ActualViewer"/> attached property for a given object.</para>
  1006. </summary>
  1007. <param name="d">An object for which the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ActualViewer"/> attached property is set.</param>
  1008. <param name="value">A document viewer object to set for the specified object.</param>
  1009. </member>
  1010. <member name="M:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.SetBarItemName(System.Windows.DependencyObject,System.String)">
  1011. <summary>
  1012. <para>Sets the value of the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.BarItemName"/> attached property for a given object.</para>
  1013. </summary>
  1014. <param name="d">An object for which the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.BarItemName"/> attached property is set.</param>
  1015. <param name="value">A string value that specifies the value to be assigned to the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.BarItemName"/> property.</param>
  1016. </member>
  1017. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.SetPageNumberCommand">
  1018. <summary>
  1019. <para>Returns a command that sets the number of a currently displayed page.</para>
  1020. </summary>
  1021. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  1022. </member>
  1023. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.SetZoomFactorCommand">
  1024. <summary>
  1025. <para>Returns a command that changes a zoom factor of a displayed document to a specified value.</para>
  1026. </summary>
  1027. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  1028. </member>
  1029. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.SetZoomModeCommand">
  1030. <summary>
  1031. <para>Returns a command that changes the current document zoom mode.</para>
  1032. </summary>
  1033. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  1034. </member>
  1035. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ShowFindTextCommand">
  1036. <summary>
  1037. <para>Returns a command that shows the Search panel.</para>
  1038. </summary>
  1039. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  1040. </member>
  1041. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.UndoRedoManager">
  1042. <summary>
  1043. <para>Provides access to an object that manages the undo and redo operations in the document viewer. This is a dependency property.</para>
  1044. </summary>
  1045. <value>A DevExpress.Xpf.DocumentViewer.UndoRedoManager object.</value>
  1046. </member>
  1047. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.UndoRedoManagerProperty">
  1048. <summary>
  1049. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.UndoRedoManager"/> dependency property.</para>
  1050. </summary>
  1051. <value>A dependency property identifier.</value>
  1052. </member>
  1053. <member name="E:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ZoomChanged">
  1054. <summary>
  1055. <para>Occurs after the current zoom factor has been changed.</para>
  1056. </summary>
  1057. </member>
  1058. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ZoomChangedEvent">
  1059. <summary>
  1060. <para>Identifies the <see cref="E:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ZoomChanged"/> routed event.</para>
  1061. </summary>
  1062. <value>A routed event identifier.</value>
  1063. </member>
  1064. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ZoomFactor">
  1065. <summary>
  1066. <para>Specifies the current document zoom factor. This is a dependency property.</para>
  1067. </summary>
  1068. <value>A <see cref="T:System.Double"/> value that specifies the document zoom factor.</value>
  1069. </member>
  1070. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ZoomFactorProperty">
  1071. <summary>
  1072. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ZoomFactor"/> dependency property.</para>
  1073. </summary>
  1074. <value>A dependency property identifier.</value>
  1075. </member>
  1076. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ZoomInCommand">
  1077. <summary>
  1078. <para>Returns a command that zooms a displayed document out.</para>
  1079. </summary>
  1080. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  1081. </member>
  1082. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ZoomMode">
  1083. <summary>
  1084. <para>Specifies the current document zoom mode. This is a dependency property.</para>
  1085. </summary>
  1086. <value>A <see cref="T:DevExpress.Xpf.DocumentViewer.ZoomMode"/> enumeration value.</value>
  1087. </member>
  1088. <member name="F:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ZoomModeProperty">
  1089. <summary>
  1090. <para>Identifies the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ZoomMode"/> dependency property.</para>
  1091. </summary>
  1092. <value>A dependency property identifier.</value>
  1093. </member>
  1094. <member name="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ZoomOutCommand">
  1095. <summary>
  1096. <para>Returns a command that zooms a displayed document out.</para>
  1097. </summary>
  1098. <value>An object implementing the <see cref="T:System.Windows.Input.ICommand"/> interface that defines the command.</value>
  1099. </member>
  1100. <member name="T:DevExpress.Xpf.DocumentViewer.IDocument">
  1101. <summary>
  1102. <para>Provides information about a document’s build status and enables you to access its collection of pages.</para>
  1103. </summary>
  1104. </member>
  1105. <member name="P:DevExpress.Xpf.DocumentViewer.IDocument.IsLoaded">
  1106. <summary>
  1107. <para>Indicates whether all document pages have already been loaded in a Document Preview.</para>
  1108. </summary>
  1109. <value>true, if the entire document has been loaded; otherwise, false.</value>
  1110. </member>
  1111. <member name="P:DevExpress.Xpf.DocumentViewer.IDocument.Pages">
  1112. <summary>
  1113. <para>Provides access to the collection of document pages.</para>
  1114. </summary>
  1115. <value>A collection of objects implementing the <see cref="T:DevExpress.Xpf.DocumentViewer.IPage"/> interface.</value>
  1116. </member>
  1117. <member name="T:DevExpress.Xpf.DocumentViewer.IPage">
  1118. <summary>
  1119. <para>Provides access to a document’s page settings.</para>
  1120. </summary>
  1121. </member>
  1122. <member name="P:DevExpress.Xpf.DocumentViewer.IPage.IsLoading">
  1123. <summary>
  1124. <para>Indicates whether the current page is still being loaded in a Document Preview.</para>
  1125. </summary>
  1126. <value>true, if the page loading is in progress; otherwise, false.</value>
  1127. </member>
  1128. <member name="P:DevExpress.Xpf.DocumentViewer.IPage.Margin">
  1129. <summary>
  1130. <para>Provides access to the page margin settings.</para>
  1131. </summary>
  1132. <value>A <see cref="T:System.Windows.Thickness"/> structure</value>
  1133. </member>
  1134. <member name="P:DevExpress.Xpf.DocumentViewer.IPage.PageIndex">
  1135. <summary>
  1136. <para>Indicates the current page’s index.</para>
  1137. </summary>
  1138. <value>A zero-based value, specifying the page index.</value>
  1139. </member>
  1140. <member name="P:DevExpress.Xpf.DocumentViewer.IPage.PageSize">
  1141. <summary>
  1142. <para>Indicates the page size.</para>
  1143. </summary>
  1144. <value>A <see cref="T:System.Windows.Size"/> structure.</value>
  1145. </member>
  1146. <member name="P:DevExpress.Xpf.DocumentViewer.IPage.VisibleSize">
  1147. <summary>
  1148. <para>For internal use.</para>
  1149. </summary>
  1150. <value>A <see cref="T:System.Windows.Size"/> structure</value>
  1151. </member>
  1152. <member name="T:DevExpress.Xpf.DocumentViewer.PageDisplayMode">
  1153. <summary>
  1154. <para>Enumerates values that specify the page display mode in the document preview.</para>
  1155. </summary>
  1156. </member>
  1157. <member name="F:DevExpress.Xpf.DocumentViewer.PageDisplayMode.Columns">
  1158. <summary>
  1159. <para>Document pages are displayed in multiple columns, the number of which is specified by the <see cref="P:DevExpress.Xpf.Printing.DocumentPreviewControl.ColumnsCount"/> property.</para>
  1160. </summary>
  1161. </member>
  1162. <member name="F:DevExpress.Xpf.DocumentViewer.PageDisplayMode.Single">
  1163. <summary>
  1164. <para>Document pages are displayed in one column.</para>
  1165. </summary>
  1166. </member>
  1167. <member name="F:DevExpress.Xpf.DocumentViewer.PageDisplayMode.Wrap">
  1168. <summary>
  1169. <para>Document pages are automatically displayed in columns and wrapped if there is insufficient space to display a specific page.</para>
  1170. </summary>
  1171. </member>
  1172. <member name="T:DevExpress.Xpf.DocumentViewer.ScrollCommand">
  1173. <summary>
  1174. <para>Specifies the type of scrolling performed by the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ScrollCommand"/>.</para>
  1175. </summary>
  1176. </member>
  1177. <member name="F:DevExpress.Xpf.DocumentViewer.ScrollCommand.End">
  1178. <summary>
  1179. <para>Scroll to the end of a displayed document.</para>
  1180. </summary>
  1181. </member>
  1182. <member name="F:DevExpress.Xpf.DocumentViewer.ScrollCommand.Home">
  1183. <summary>
  1184. <para>Scroll to the beginning of a displayed document.</para>
  1185. </summary>
  1186. </member>
  1187. <member name="F:DevExpress.Xpf.DocumentViewer.ScrollCommand.LineDown">
  1188. <summary>
  1189. <para>Scroll a displayed document one line down.</para>
  1190. </summary>
  1191. </member>
  1192. <member name="F:DevExpress.Xpf.DocumentViewer.ScrollCommand.LineLeft">
  1193. <summary>
  1194. <para>Scroll a displayed document one line left.</para>
  1195. </summary>
  1196. </member>
  1197. <member name="F:DevExpress.Xpf.DocumentViewer.ScrollCommand.LineRight">
  1198. <summary>
  1199. <para>Scroll a displayed document one line right.</para>
  1200. </summary>
  1201. </member>
  1202. <member name="F:DevExpress.Xpf.DocumentViewer.ScrollCommand.LineUp">
  1203. <summary>
  1204. <para>Scroll a displayed document one line up.</para>
  1205. </summary>
  1206. </member>
  1207. <member name="F:DevExpress.Xpf.DocumentViewer.ScrollCommand.PageDown">
  1208. <summary>
  1209. <para>Scroll a displayed document one page down.</para>
  1210. </summary>
  1211. </member>
  1212. <member name="F:DevExpress.Xpf.DocumentViewer.ScrollCommand.PageUp">
  1213. <summary>
  1214. <para>Scroll a displayed document one page up.</para>
  1215. </summary>
  1216. </member>
  1217. <member name="T:DevExpress.Xpf.DocumentViewer.TextSearchDirection">
  1218. <summary>
  1219. <para>Enumerates values that specify the search direction.</para>
  1220. </summary>
  1221. </member>
  1222. <member name="F:DevExpress.Xpf.DocumentViewer.TextSearchDirection.Backward">
  1223. <summary>
  1224. <para>Search will be done backwards.</para>
  1225. </summary>
  1226. </member>
  1227. <member name="F:DevExpress.Xpf.DocumentViewer.TextSearchDirection.Forward">
  1228. <summary>
  1229. <para>Search will be done forwards.</para>
  1230. </summary>
  1231. </member>
  1232. <member name="T:DevExpress.Xpf.DocumentViewer.TextSearchParameter">
  1233. <summary>
  1234. <para>Provides settings for text search.</para>
  1235. </summary>
  1236. </member>
  1237. <member name="M:DevExpress.Xpf.DocumentViewer.TextSearchParameter.#ctor">
  1238. <summary>
  1239. <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.DocumentViewer.TextSearchParameter"/> class with default settings.</para>
  1240. </summary>
  1241. </member>
  1242. <member name="P:DevExpress.Xpf.DocumentViewer.TextSearchParameter.CurrentPage">
  1243. <summary>
  1244. <para>Specifies a document page where your search starts.</para>
  1245. </summary>
  1246. <value>An integer value that specifies a page number.</value>
  1247. </member>
  1248. <member name="P:DevExpress.Xpf.DocumentViewer.TextSearchParameter.IsCaseSensitive">
  1249. <summary>
  1250. <para>Specifies whether text search is case-sensitive.</para>
  1251. </summary>
  1252. <value>true, if text search is case-sensitive; otherwise, false.</value>
  1253. </member>
  1254. <member name="P:DevExpress.Xpf.DocumentViewer.TextSearchParameter.SearchDirection">
  1255. <summary>
  1256. <para>Specifies the search direction.</para>
  1257. </summary>
  1258. <value>One of the <see cref="T:DevExpress.Xpf.DocumentViewer.TextSearchDirection"/> values that specifies the search direction.</value>
  1259. </member>
  1260. <member name="P:DevExpress.Xpf.DocumentViewer.TextSearchParameter.Text">
  1261. <summary>
  1262. <para>Specifies the text to find.</para>
  1263. </summary>
  1264. <value>A <see cref="T:System.String"/> value.</value>
  1265. </member>
  1266. <member name="P:DevExpress.Xpf.DocumentViewer.TextSearchParameter.WholeWord">
  1267. <summary>
  1268. <para>Specifies whether to locate only whole words matching the search criteria.</para>
  1269. </summary>
  1270. <value>true, to locate only whole words matching the search criteria; otherwise, false.</value>
  1271. </member>
  1272. <member name="T:DevExpress.Xpf.DocumentViewer.ZoomMode">
  1273. <summary>
  1274. <para>Lists the document zoom modes provided by <see cref="T:DevExpress.Xpf.DocumentViewer.DocumentViewerControl"/> and <see cref="T:DevExpress.Xpf.Printing.BackstagePrintPreview"/>.</para>
  1275. </summary>
  1276. </member>
  1277. <member name="F:DevExpress.Xpf.DocumentViewer.ZoomMode.ActualSize">
  1278. <summary>
  1279. <para>Sets the document zoom factor value to 100%.</para>
  1280. </summary>
  1281. </member>
  1282. <member name="F:DevExpress.Xpf.DocumentViewer.ZoomMode.Custom">
  1283. <summary>
  1284. <para>The document zoom factor is defined by the <see cref="P:DevExpress.Xpf.DocumentViewer.DocumentViewerControl.ZoomFactor"/> property value.</para>
  1285. </summary>
  1286. </member>
  1287. <member name="F:DevExpress.Xpf.DocumentViewer.ZoomMode.FitToVisible">
  1288. <summary>
  1289. <para>The document zoom factor is calculated to fit to the width of the visible content of a page. The region of the visible page content is defined by the bleed box (see section 14.11.2 of the PDF 32000-1:2008 standard). If the bleed box is smaller than the crop box, the FitToWidth and FitToVisible modes provide different results.</para>
  1290. </summary>
  1291. </member>
  1292. <member name="F:DevExpress.Xpf.DocumentViewer.ZoomMode.FitToWidth">
  1293. <summary>
  1294. <para>Sets the document zoom factor value to fit to the width of the widest page in a document. If the bleed box is smaller than the crop box, the FitToWidth provides different result from the FitToVisible mode.</para>
  1295. </summary>
  1296. </member>
  1297. <member name="F:DevExpress.Xpf.DocumentViewer.ZoomMode.PageLevel">
  1298. <summary>
  1299. <para>Sets the document zoom factor value to fit to the widest or highest page in a document.</para>
  1300. </summary>
  1301. </member>
  1302. </members>
  1303. </doc>