DevExpress.XtraPrinting.v20.1.xml 187 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <assembly>
  4. <name>DevExpress.XtraPrinting.v20.1</name>
  5. </assembly>
  6. <members>
  7. <member name="N:DevExpress.XtraPrinting">
  8. <summary>
  9. <para>Contains classes that provide the basic functionality for the XtraPrinting library (bricks, pages, document).</para>
  10. </summary>
  11. </member>
  12. <member name="N:DevExpress.XtraPrinting.Control">
  13. <summary>
  14. <para>Contains classes that implement the PrintControl functionality.</para>
  15. </summary>
  16. </member>
  17. <member name="T:DevExpress.XtraPrinting.Control.AreaPaintEventArgs">
  18. <summary>
  19. <para>Provides data for the <see cref="E:DevExpress.XtraPrinting.Control.PrintControl.PaintMarkedBricksArea"/> event.</para>
  20. </summary>
  21. </member>
  22. <member name="P:DevExpress.XtraPrinting.Control.AreaPaintEventArgs.Area">
  23. <summary>
  24. <para>Gets the area around the element being painted.</para>
  25. </summary>
  26. <value>A <see cref="T:System.Drawing.RectangleF"/> structure.</value>
  27. </member>
  28. <member name="P:DevExpress.XtraPrinting.Control.AreaPaintEventArgs.Graphics">
  29. <summary>
  30. <para>Gets the drawing surface of the element being painted.</para>
  31. </summary>
  32. <value>A <see cref="T:System.Drawing.Graphics"/> object.</value>
  33. </member>
  34. <member name="T:DevExpress.XtraPrinting.Control.BrickEventArgs">
  35. <summary>
  36. <para>Provides data for all brick events within the XtraPrinting Library.</para>
  37. </summary>
  38. </member>
  39. <member name="M:DevExpress.XtraPrinting.Control.BrickEventArgs.#ctor(DevExpress.XtraPrinting.Brick)">
  40. <summary>
  41. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Control.BrickEventArgs"/> class with the specified brick.</para>
  42. </summary>
  43. <param name="brick">A <see cref="T:DevExpress.XtraPrinting.Brick"/> value. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BrickEventArgsBase.Brick"/> property.</param>
  44. </member>
  45. <member name="M:DevExpress.XtraPrinting.Control.BrickEventArgs.#ctor(System.EventArgs,DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page,System.Drawing.Rectangle,System.Single,System.Single)">
  46. <summary>
  47. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Control.BrickEventArgs"/> class with the specified settings.</para>
  48. </summary>
  49. <param name="args">A <see cref="T:System.EventArgs"/> object. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Control.BrickEventArgs.Args"/> property.</param>
  50. <param name="brick">A <see cref="T:DevExpress.XtraPrinting.Brick"/> object. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BrickEventArgsBase.Brick"/> property.</param>
  51. <param name="page">A <see cref="T:DevExpress.XtraPrinting.Page"/> object. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Control.BrickEventArgs.Page"/> property.</param>
  52. <param name="brickScreenBounds">A <see cref="T:System.Drawing.Rectangle"/> structure. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Control.BrickEventArgs.BrickScreenBounds"/> property.</param>
  53. <param name="x">A <see cref="T:System.Single"/> value. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Control.BrickEventArgs.X"/> property.</param>
  54. <param name="y">A <see cref="T:System.Single"/> value. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Control.BrickEventArgs.Y"/> property.</param>
  55. </member>
  56. <member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.Args">
  57. <summary>
  58. <para>Returns an object storing the event arguments.</para>
  59. </summary>
  60. <value>A <see cref="T:System.EventArgs"/> object, storing the event arguments.</value>
  61. </member>
  62. <member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.BrickScreenBounds">
  63. <summary>
  64. <para>Returns the rectangle displayed when clicking a brick.</para>
  65. </summary>
  66. <value>A <see cref="T:System.Drawing.Rectangle"/> structure.</value>
  67. </member>
  68. <member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.Page">
  69. <summary>
  70. <para>Returns the document page containing the brick for which the corresponding event was fired.</para>
  71. </summary>
  72. <value>A <see cref="T:DevExpress.XtraPrinting.Page"/> object, specifying the page on which the brick is located.</value>
  73. </member>
  74. <member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.X">
  75. <summary>
  76. <para>Returns the horizontal mouse position within a brick.</para>
  77. </summary>
  78. <value>A <see cref="T:System.Single"/> value, specifying the mouse position&#39;s X-coordinate (in three hundredths of an inch).</value>
  79. </member>
  80. <member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.Y">
  81. <summary>
  82. <para>Returns the vertical mouse position within a brick.</para>
  83. </summary>
  84. <value>A <see cref="T:System.Single"/> value, specifying the mouse position&#39;s Y-coordinate (in three hundredths of an inch).</value>
  85. </member>
  86. <member name="T:DevExpress.XtraPrinting.Control.BrickEventHandler">
  87. <summary>
  88. <para>A method that will handle all brick events within the XtraPrinting Library.</para>
  89. </summary>
  90. <param name="sender">The event source.</param>
  91. <param name="e">A <see cref="T:DevExpress.XtraPrinting.Control.BrickEventArgs"/> object that contains data related to the event.</param>
  92. </member>
  93. <member name="T:DevExpress.XtraPrinting.Control.PrintControl">
  94. <summary>
  95. <para>As part of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> control, provides a canvas on which document pages are drawn in a Print Preview.</para>
  96. </summary>
  97. </member>
  98. <member name="M:DevExpress.XtraPrinting.Control.PrintControl.#ctor">
  99. <summary>
  100. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class with default settings.</para>
  101. </summary>
  102. </member>
  103. <member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickClick">
  104. <summary>
  105. <para>Occurs when the region of a brick within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> is clicked.</para>
  106. </summary>
  107. </member>
  108. <member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickDoubleClick">
  109. <summary>
  110. <para>Occurs when a brick within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> is double-clicked.</para>
  111. </summary>
  112. </member>
  113. <member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickDown">
  114. <summary>
  115. <para>Occurs when the mouse pointer is over the region specified by a brick within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> and the mouse button is pressed.</para>
  116. </summary>
  117. </member>
  118. <member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickMouseDown">
  119. <summary>
  120. <para>Occurs when pressing the mouse button over a brick&#39;s region within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.</para>
  121. </summary>
  122. </member>
  123. <member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickMouseMove">
  124. <summary>
  125. <para>Occurs when moving the mouse over a brick&#39;s region within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.</para>
  126. </summary>
  127. </member>
  128. <member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickMouseUp">
  129. <summary>
  130. <para>Occurs when releasing the mouse button over a brick&#39;s region within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.</para>
  131. </summary>
  132. </member>
  133. <member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickMove">
  134. <summary>
  135. <para>Occurs when the mouse pointer moves over the region specified by a brick within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.</para>
  136. </summary>
  137. </member>
  138. <member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickUp">
  139. <summary>
  140. <para>Occurs when the mouse pointer is over the region specified by a brick within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> and the mouse button is released.</para>
  141. </summary>
  142. </member>
  143. <member name="M:DevExpress.XtraPrinting.Control.PrintControl.CanExecCommand(DevExpress.XtraPrinting.PrintingSystemCommand)">
  144. <summary>
  145. <para>Checks whether or not the specified command can be executed.</para>
  146. </summary>
  147. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value.</param>
  148. <returns>true, if the command can be executed; otherwise, false.</returns>
  149. </member>
  150. <member name="M:DevExpress.XtraPrinting.Control.PrintControl.CloseFindControl">
  151. <summary>
  152. <para>Hides the Find panel enabling text search in a document.</para>
  153. </summary>
  154. </member>
  155. <member name="E:DevExpress.XtraPrinting.Control.PrintControl.CommandChanged">
  156. <summary>
  157. <para>Occurs after the status of a printing system command has been changed.</para>
  158. </summary>
  159. </member>
  160. <member name="M:DevExpress.XtraPrinting.Control.PrintControl.DisableExportModeValues(System.Object[])">
  161. <summary>
  162. <para>Removes the specified export modes from the list of export options available in Print Preview.</para>
  163. </summary>
  164. <param name="disableValues">An array of export modes to remove.</param>
  165. </member>
  166. <member name="P:DevExpress.XtraPrinting.Control.PrintControl.DockingViewStyle">
  167. <summary>
  168. <para>Specifies the View style for dock panels.</para>
  169. </summary>
  170. <value>An enumeration value that specifies the View style.</value>
  171. </member>
  172. <member name="P:DevExpress.XtraPrinting.Control.PrintControl.DockManager">
  173. <summary>
  174. <para>Provides access to the <see cref="T:DevExpress.XtraBars.Docking.DockManager"/>, specifying the settings of dock panels in Print Preview.</para>
  175. </summary>
  176. <value>A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object.</value>
  177. </member>
  178. <member name="P:DevExpress.XtraPrinting.Control.PrintControl.DocumentHasBookmarks">
  179. <summary>
  180. <para>Indicates whether or not a <see cref="T:DevExpress.XtraPrinting.Document"/> opened in Print Preview has any bookmarks.</para>
  181. </summary>
  182. <value>true, if the document has bookmarks assigned to its elements; otherwise, false.</value>
  183. </member>
  184. <member name="P:DevExpress.XtraPrinting.Control.PrintControl.DocumentMapVisible">
  185. <summary>
  186. <para>Indicates whether or not the Document Map is visible in Print Preview.</para>
  187. </summary>
  188. <value>true, if the Document Map is visible; otherwise, false.</value>
  189. </member>
  190. <member name="P:DevExpress.XtraPrinting.Control.PrintControl.EditingFieldsHighlighted">
  191. <summary>
  192. <para>Indicates whether the editing fields are highlighted in the document displayed in the Print Preview.</para>
  193. </summary>
  194. <value>true, if the document has the editing fields highlighted; otherwise, false.</value>
  195. </member>
  196. <member name="M:DevExpress.XtraPrinting.Control.PrintControl.ExecCommand(DevExpress.XtraPrinting.PrintingSystemCommand)">
  197. <summary>
  198. <para>Executes the specified command without any parameters.</para>
  199. </summary>
  200. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value, specifying the command to execute.</param>
  201. </member>
  202. <member name="M:DevExpress.XtraPrinting.Control.PrintControl.ExecCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[])">
  203. <summary>
  204. <para>Executes the specified command with custom parameters.</para>
  205. </summary>
  206. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value, specifying the command to execute.</param>
  207. <param name="args">A collection of <see cref="T:System.Object"/> values, specifying custom parameters to pass to the executed command.</param>
  208. </member>
  209. <member name="M:DevExpress.XtraPrinting.Control.PrintControl.FindBrick(System.Drawing.Point)">
  210. <summary>
  211. <para>Returns a brick occupying the document area where a point with the specified coordinates is located.</para>
  212. </summary>
  213. <param name="screenPoint">A <see cref="T:System.Drawing.Point"/> structure, specifying the coordinates of a point corresponding to a brick&#39;s location.</param>
  214. <returns>A <see cref="T:DevExpress.XtraPrinting.Brick"/> object, corresponding to a brick located at the specified coordinates.</returns>
  215. </member>
  216. <member name="M:DevExpress.XtraPrinting.Control.PrintControl.FindBrickBy(System.Drawing.Point,DevExpress.XtraPrinting.Page@,System.Drawing.RectangleF@)">
  217. <summary>
  218. <para>Returns a brick corresponding to the specified location and size.</para>
  219. </summary>
  220. <param name="screenPoint">A <see cref="T:System.Drawing.Point"/> structure, specifying the coordinates of a point contained within the area occupied by the brick.</param>
  221. <param name="page">A <see cref="T:DevExpress.XtraPrinting.Page"/> object, specifying the page at which the brick is located.</param>
  222. <param name="brickBounds">A <see cref="T:System.Drawing.RectangleF"/> structure, specifying the brick&#39;s location and size.</param>
  223. <returns>A <see cref="T:DevExpress.XtraPrinting.Brick"/> object.</returns>
  224. </member>
  225. <member name="P:DevExpress.XtraPrinting.Control.PrintControl.FindPanelVisible">
  226. <summary>
  227. <para>Indicates whether or not the Find panel is visible in Print Preview.</para>
  228. </summary>
  229. <value>true, if the Find panel is visible; otherwise, false.</value>
  230. </member>
  231. <member name="M:DevExpress.XtraPrinting.Control.PrintControl.GetBrickScreenBounds(DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page)">
  232. <summary>
  233. <para>Returns the location and size of the specified brick.</para>
  234. </summary>
  235. <param name="brick">A <see cref="T:DevExpress.XtraPrinting.Brick"/> object, specifying the brick to be located.</param>
  236. <param name="page">A <see cref="T:DevExpress.XtraPrinting.Page"/> object, specifying the page at which the brick is located.</param>
  237. <returns>A <see cref="T:System.Drawing.Rectangle"/> structure, specifying the brick&#39;s location and size.</returns>
  238. </member>
  239. <member name="M:DevExpress.XtraPrinting.Control.PrintControl.GetDockPanel(DevExpress.XtraPrinting.Preview.PreviewDockPanelKind)">
  240. <summary>
  241. <para>Provides access to the Print Priview&#39;s dock panel.</para>
  242. </summary>
  243. <param name="panelKind">The <see cref="T:DevExpress.XtraPrinting.Preview.PreviewDockPanelKind"/> enumeration value specifying the requested dock panel.</param>
  244. <returns>The requested dock panel.</returns>
  245. </member>
  246. <member name="P:DevExpress.XtraPrinting.Control.PrintControl.HorizontalScrollBarVisibility">
  247. <summary>
  248. <para>Specifies the visibility of the horizontal scroll bar in Print Preview.</para>
  249. </summary>
  250. <value>A <see cref="T:DevExpress.XtraEditors.ViewInfo.ScrollBarVisibility"/> enumeration value.</value>
  251. </member>
  252. <member name="M:DevExpress.XtraPrinting.Control.PrintControl.InvalidateBrick(DevExpress.XtraPrinting.Brick)">
  253. <summary>
  254. <para>Redraws the specified brick in a document to apply any changes made to this brick.</para>
  255. </summary>
  256. <param name="brick">A <see cref="T:DevExpress.XtraPrinting.Brick"/> object that needs to be redrawn.</param>
  257. </member>
  258. <member name="M:DevExpress.XtraPrinting.Control.PrintControl.IsCommandEnabled(DevExpress.XtraPrinting.PrintingSystemCommand)">
  259. <summary>
  260. <para>Returns a value indicating whether or not the specified command is enabled.</para>
  261. </summary>
  262. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value.</param>
  263. <returns>true, if the command is enabled; otherwise, false.</returns>
  264. </member>
  265. <member name="E:DevExpress.XtraPrinting.Control.PrintControl.PaintBookmarkArea">
  266. <summary>
  267. <para>Occurs after a selection border has been drawn around an element in Print Preview.</para>
  268. </summary>
  269. </member>
  270. <member name="E:DevExpress.XtraPrinting.Control.PrintControl.PaintMarkedBricksArea">
  271. <summary>
  272. <para>Occurs when the area of a marked brick is painted.</para>
  273. </summary>
  274. </member>
  275. <member name="P:DevExpress.XtraPrinting.Control.PrintControl.PrintingSystem">
  276. <summary>
  277. <para>Specifies the Printing System that is used to create document pages for a link or report opened in Print Preview.</para>
  278. </summary>
  279. <value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> class descendant.</value>
  280. </member>
  281. <member name="M:DevExpress.XtraPrinting.Control.PrintControl.SetDocumentMapVisibility(System.Boolean)">
  282. <summary>
  283. <para>Specifies the visibility of the Document Map in Print Preview.</para>
  284. </summary>
  285. <param name="value">true, to display the Document Map; otherwise, false.</param>
  286. </member>
  287. <member name="M:DevExpress.XtraPrinting.Control.PrintControl.SetThumbnailsVisibility(System.Boolean)">
  288. <summary>
  289. <para>Specifies the visibility of the Thumbnails panel in Print Preview.</para>
  290. </summary>
  291. <param name="value">true, to display the Thumbnails panel; otherwise, false.</param>
  292. </member>
  293. <member name="M:DevExpress.XtraPrinting.Control.PrintControl.ShowBrick(DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page)">
  294. <summary>
  295. <para>Navigates to the specified brick in a document opened in Print Preview.</para>
  296. </summary>
  297. <param name="brick">A <see cref="T:DevExpress.XtraPrinting.Brick"/> object, specifying the brick to navigate to.</param>
  298. <param name="page">A <see cref="T:DevExpress.XtraPrinting.Page"/> object, specifying the page at which the brick is located. When a brick occupies multiple pages, the focus will move to that part of the brick which is printed on the specified page.</param>
  299. </member>
  300. <member name="M:DevExpress.XtraPrinting.Control.PrintControl.ShowBrickCenter(DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page)">
  301. <summary>
  302. <para>Locates the specified brick and displays it in the center of the visible <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> area.</para>
  303. </summary>
  304. <param name="brick">A <see cref="T:DevExpress.XtraPrinting.Brick"/> object, specifying the brick to be located.</param>
  305. <param name="page">A <see cref="T:DevExpress.XtraPrinting.Page"/> object, specifying the document page at which the brick is located.</param>
  306. </member>
  307. <member name="M:DevExpress.XtraPrinting.Control.PrintControl.ShowFindControl">
  308. <summary>
  309. <para>Displays the Find panel enabling text search in a document.</para>
  310. </summary>
  311. </member>
  312. <member name="P:DevExpress.XtraPrinting.Control.PrintControl.ThumbnailsVisible">
  313. <summary>
  314. <para>Indicates whether or not the Thumbnails panel is visible in Print Preview.</para>
  315. </summary>
  316. <value>true, if the Thumbnails panel is visible; otherwise, false.</value>
  317. </member>
  318. <member name="P:DevExpress.XtraPrinting.Control.PrintControl.UseAsyncDocumentCreation">
  319. <summary>
  320. <para>Gets or sets whether the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> should create a report document asynchronously in a separate task.</para>
  321. </summary>
  322. <value>True or Default, to create a report document asynchronously in a separate task; otherwise, False.</value>
  323. </member>
  324. <member name="P:DevExpress.XtraPrinting.Control.PrintControl.VerticalScrollBarVisibility">
  325. <summary>
  326. <para>Specifies the visibility of the vertical scroll bar in Print Preview.</para>
  327. </summary>
  328. <value>A <see cref="T:DevExpress.XtraEditors.ViewInfo.ScrollBarVisibility"/> value.</value>
  329. </member>
  330. <member name="T:DevExpress.XtraPrinting.ExportOptionsTool">
  331. <summary>
  332. <para>Enables editing the export options of a report before saving it to a third-party format.</para>
  333. </summary>
  334. </member>
  335. <member name="M:DevExpress.XtraPrinting.ExportOptionsTool.EditExportOptions(DevExpress.XtraPrinting.ExportOptionsBase,DevExpress.XtraPrinting.PrintingSystemBase)">
  336. <summary>
  337. <para>Invokes the Export Options dialog.</para>
  338. </summary>
  339. <param name="options">An <see cref="T:DevExpress.XtraPrinting.ExportOptionsTool"/> descendant that specifies the report export options.</param>
  340. <param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> descendant.</param>
  341. <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value.</returns>
  342. </member>
  343. <member name="M:DevExpress.XtraPrinting.ExportOptionsTool.EditExportOptions(DevExpress.XtraPrinting.ExportOptionsBase,DevExpress.XtraPrinting.PrintingSystemBase,System.Collections.Generic.IDictionary{System.Type,System.Object[]})">
  344. <summary>
  345. <para>Invokes the Export Options dialog.</para>
  346. </summary>
  347. <param name="options">An <see cref="T:DevExpress.XtraPrinting.ExportOptionsBase"/> descendant.</param>
  348. <param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> descendant.</param>
  349. <param name="disabledExportModes">A dictionary, listing the disabled export modes.</param>
  350. <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value.</returns>
  351. </member>
  352. <member name="M:DevExpress.XtraPrinting.ExportOptionsTool.EditExportOptions(DevExpress.XtraPrinting.ExportOptionsBase,DevExpress.XtraPrinting.PrintingSystemBase,System.Collections.Generic.IDictionary{System.Type,System.Object[]},System.Windows.Forms.IWin32Window)">
  353. <summary>
  354. <para></para>
  355. </summary>
  356. <param name="options"></param>
  357. <param name="ps"></param>
  358. <param name="disabledExportModes"></param>
  359. <param name="owner"></param>
  360. <returns></returns>
  361. </member>
  362. <member name="M:DevExpress.XtraPrinting.ExportOptionsTool.EditExportOptions(DevExpress.XtraPrinting.ExportOptionsBase,DevExpress.XtraPrinting.PrintingSystemBase,System.Windows.Forms.IWin32Window)">
  363. <summary>
  364. <para></para>
  365. </summary>
  366. <param name="options"></param>
  367. <param name="ps"></param>
  368. <param name="owner"></param>
  369. <returns></returns>
  370. </member>
  371. <member name="T:DevExpress.XtraPrinting.Link">
  372. <summary>
  373. <para>A printing link.</para>
  374. </summary>
  375. </member>
  376. <member name="M:DevExpress.XtraPrinting.Link.#ctor">
  377. <summary>
  378. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Link"/> class with default settings.</para>
  379. </summary>
  380. </member>
  381. <member name="M:DevExpress.XtraPrinting.Link.#ctor(DevExpress.XtraPrinting.PrintingSystem)">
  382. <summary>
  383. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Link"/> class with the specified printing system.</para>
  384. </summary>
  385. <param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Link.PrintingSystem"/> property.</param>
  386. </member>
  387. <member name="M:DevExpress.XtraPrinting.Link.#ctor(System.ComponentModel.IContainer)">
  388. <summary>
  389. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Link"/> class with the specified container.</para>
  390. </summary>
  391. <param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface which specifies the owner container of a <see cref="T:DevExpress.XtraPrinting.Link"/> class instance.</param>
  392. </member>
  393. <member name="M:DevExpress.XtraPrinting.Link.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)">
  394. <summary>
  395. <para>Indicates whether or not the specified Printing System command can be handled.</para>
  396. </summary>
  397. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.</param>
  398. <param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param>
  399. <returns>true if the command can be handled; otherwise, false.</returns>
  400. </member>
  401. <member name="M:DevExpress.XtraPrinting.Link.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)">
  402. <summary>
  403. <para>Generates a report using the specified PrintingSystem.</para>
  404. </summary>
  405. <param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the printing system of the link.</param>
  406. </member>
  407. <member name="M:DevExpress.XtraPrinting.Link.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)">
  408. <summary>
  409. <para>Handles the specified Printing System command.</para>
  410. </summary>
  411. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.</param>
  412. <param name="args">A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.</param>
  413. <param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param>
  414. <param name="handled">true if the command has been handled by a link; otherwise, false.</param>
  415. </member>
  416. <member name="P:DevExpress.XtraPrinting.Link.ImageCollection">
  417. <summary>
  418. <para>Provides access to the link&#39;s collection of images.</para>
  419. </summary>
  420. <value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.</value>
  421. </member>
  422. <member name="P:DevExpress.XtraPrinting.Link.Images">
  423. <summary>
  424. <para>A collection of images which can be added to the Page Headers and Footers.</para>
  425. </summary>
  426. <value>An <see cref="T:DevExpress.Utils.Images"/> object which represents a collection of images that can be used in the report.</value>
  427. </member>
  428. <member name="P:DevExpress.XtraPrinting.Link.ImageStream">
  429. <summary>
  430. <para>For internal use. Specifies a stream which contains images to display in the link&#39;s Page Header and Footer.</para>
  431. </summary>
  432. <value>A DevExpress.Utils.ImageCollectionStreamer object.</value>
  433. </member>
  434. <member name="M:DevExpress.XtraPrinting.Link.Print">
  435. <summary>
  436. <para>Prints the current document using the system default printer.</para>
  437. </summary>
  438. </member>
  439. <member name="M:DevExpress.XtraPrinting.Link.Print(System.String)">
  440. <summary>
  441. <para>Prints the current document to the specified printer.</para>
  442. </summary>
  443. <param name="printerName">A <see cref="T:System.String"/> representing the name of the printer on which to print the document.</param>
  444. </member>
  445. <member name="M:DevExpress.XtraPrinting.Link.PrintDlg">
  446. <summary>
  447. <para>Displays the standard Print dialog and prints the current document.</para>
  448. </summary>
  449. </member>
  450. <member name="P:DevExpress.XtraPrinting.Link.PrintingSystem">
  451. <summary>
  452. <para>Gets or sets the Printing System used to create and print a document for this link.</para>
  453. </summary>
  454. <value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.</value>
  455. </member>
  456. <member name="M:DevExpress.XtraPrinting.Link.ShowPreview">
  457. <summary>
  458. <para>Invokes the Print Preview Form which shows the print preview of the document for this link.</para>
  459. </summary>
  460. </member>
  461. <member name="M:DevExpress.XtraPrinting.Link.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
  462. <summary>
  463. <para>Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings.</para>
  464. </summary>
  465. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Print Preview Form.</param>
  466. </member>
  467. <member name="M:DevExpress.XtraPrinting.Link.ShowPreview(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  468. <summary>
  469. <para>Invokes the Print Preview Form that shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.</para>
  470. </summary>
  471. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  472. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Print Preview Form.</param>
  473. </member>
  474. <member name="M:DevExpress.XtraPrinting.Link.ShowPreviewDialog">
  475. <summary>
  476. <para>Invokes the Print Preview Form which modally shows the print preview of the document for this link.</para>
  477. </summary>
  478. </member>
  479. <member name="M:DevExpress.XtraPrinting.Link.ShowPreviewDialog(System.Windows.Forms.IWin32Window)">
  480. <summary>
  481. <para>Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window.</para>
  482. </summary>
  483. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  484. </member>
  485. <member name="M:DevExpress.XtraPrinting.Link.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  486. <summary>
  487. <para>Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.</para>
  488. </summary>
  489. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  490. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param>
  491. </member>
  492. <member name="M:DevExpress.XtraPrinting.Link.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
  493. <summary>
  494. <para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para>
  495. </summary>
  496. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param>
  497. </member>
  498. <member name="M:DevExpress.XtraPrinting.Link.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
  499. <summary>
  500. <para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para>
  501. </summary>
  502. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param>
  503. </member>
  504. <member name="N:DevExpress.XtraPrinting.Links">
  505. <summary>
  506. <para>Contains the <see cref="T:DevExpress.XtraPrinting.Links.LinkPrintTool"/> class that is used to print documents created using printing links.</para>
  507. </summary>
  508. </member>
  509. <member name="T:DevExpress.XtraPrinting.Links.LinkPrintTool">
  510. <summary>
  511. <para>An instrument to print documents created by links.</para>
  512. </summary>
  513. </member>
  514. <member name="M:DevExpress.XtraPrinting.Links.LinkPrintTool.#ctor(DevExpress.XtraPrinting.LinkBase)">
  515. <summary>
  516. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Links.LinkPrintTool"/> class with the specified link.</para>
  517. </summary>
  518. <param name="link">A <see cref="T:DevExpress.XtraPrinting.LinkBase"/> descendant.</param>
  519. </member>
  520. <member name="N:DevExpress.XtraPrinting.Preview">
  521. <summary>
  522. <para>Contains classes that implement the print preview functionality in XtraPrinting library.</para>
  523. </summary>
  524. </member>
  525. <member name="T:DevExpress.XtraPrinting.Preview.DefaultPrintDialogRunner">
  526. <summary>
  527. <para>Specifies a Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.</para>
  528. </summary>
  529. </member>
  530. <member name="M:DevExpress.XtraPrinting.Preview.DefaultPrintDialogRunner.#ctor">
  531. <summary>
  532. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.DefaultPrintDialogRunner"/> class with default settings.</para>
  533. </summary>
  534. </member>
  535. <member name="M:DevExpress.XtraPrinting.Preview.DefaultPrintDialogRunner.Run(System.Drawing.Printing.PrintDocument,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.XtraPrinting.Preview.PrintDialogAllowFlags)">
  536. <summary>
  537. <para>Invokes a customized Print dialog.</para>
  538. </summary>
  539. <param name="document">A <see cref="T:System.Drawing.Printing.PrintDocument"/>.</param>
  540. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/>.</param>
  541. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the dialog owner.</param>
  542. <param name="flags">A <see cref="T:DevExpress.XtraPrinting.Preview.PrintDialogAllowFlags"/> enumeration value that enables editing of specific settings in the invoked dialog.</param>
  543. <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that specifies identifiers to indicate the return value of a dialog box.</returns>
  544. </member>
  545. <member name="T:DevExpress.XtraPrinting.Preview.DocumentViewer">
  546. <summary>
  547. <para>The control to publish (preview, print and export) documents in Windows Forms applications.</para>
  548. </summary>
  549. </member>
  550. <member name="M:DevExpress.XtraPrinting.Preview.DocumentViewer.#ctor">
  551. <summary>
  552. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> class with default settings.</para>
  553. </summary>
  554. </member>
  555. <member name="P:DevExpress.XtraPrinting.Preview.DocumentViewer.DocumentSource">
  556. <summary>
  557. <para>Specifies a document supplier for the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/>.</para>
  558. </summary>
  559. <value>A <see cref="T:System.Object"/> value.</value>
  560. </member>
  561. <member name="M:DevExpress.XtraPrinting.Preview.DocumentViewer.InitiateDocumentCreation">
  562. <summary>
  563. <para>Re-creates the document.</para>
  564. </summary>
  565. </member>
  566. <member name="P:DevExpress.XtraPrinting.Preview.DocumentViewer.PrintingSystem">
  567. <summary>
  568. <para>Specifies a Printing System assigned to the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/>.</para>
  569. </summary>
  570. <value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> descendant.</value>
  571. </member>
  572. <member name="P:DevExpress.XtraPrinting.Preview.DocumentViewer.RequestDocumentCreation">
  573. <summary>
  574. <para>Specifies whether to create a document automatically, or on a user request.</para>
  575. </summary>
  576. <value>true to create a document on a user request; otherwise false.</value>
  577. </member>
  578. <member name="T:DevExpress.XtraPrinting.Preview.DocumentViewerBarManager">
  579. <summary>
  580. <para>A <see cref="T:DevExpress.XtraBars.BarManager"/> tailored to provide the toolbar, status bar and menu elements to the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/>.</para>
  581. </summary>
  582. </member>
  583. <member name="M:DevExpress.XtraPrinting.Preview.DocumentViewerBarManager.#ctor">
  584. <summary>
  585. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerBarManager"/> class with the default settings.</para>
  586. </summary>
  587. </member>
  588. <member name="M:DevExpress.XtraPrinting.Preview.DocumentViewerBarManager.#ctor(System.ComponentModel.IContainer)">
  589. <summary>
  590. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerBarManager"/> class with the specified container.</para>
  591. </summary>
  592. <param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface which specifies the owner container of a <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerBarManager"/> class instance.</param>
  593. </member>
  594. <member name="P:DevExpress.XtraPrinting.Preview.DocumentViewerBarManager.DocumentViewer">
  595. <summary>
  596. <para>Gets or sets a <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> associated with the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerBarManager"/>.</para>
  597. </summary>
  598. <value>A <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> object.</value>
  599. </member>
  600. <member name="P:DevExpress.XtraPrinting.Preview.DocumentViewerBarManager.PrintControl">
  601. <summary>
  602. <para>Gets or sets a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> associated with the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerBarManager"/>.</para>
  603. </summary>
  604. <value>A <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> object.</value>
  605. </member>
  606. <member name="T:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController">
  607. <summary>
  608. <para>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintRibbonController"/> tailored to provide a ribbon toolbar to the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/>.</para>
  609. </summary>
  610. </member>
  611. <member name="M:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController.#ctor">
  612. <summary>
  613. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController"/> class with the default settings.</para>
  614. </summary>
  615. </member>
  616. <member name="M:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController.#ctor(System.ComponentModel.IContainer)">
  617. <summary>
  618. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController"/> class with the specified container.</para>
  619. </summary>
  620. <param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface which specifies the owner container of a <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController"/> class instance.</param>
  621. </member>
  622. <member name="M:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController.#ctor(System.Object)">
  623. <summary>
  624. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController"/> class with the specified context.</para>
  625. </summary>
  626. <param name="contextSpecifier">A <see cref="T:System.Object"/> which contains information about the current context.</param>
  627. </member>
  628. <member name="P:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController.DocumentViewer">
  629. <summary>
  630. <para>Gets or sets a <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> associated with the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController"/>.</para>
  631. </summary>
  632. <value>A <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> object.</value>
  633. </member>
  634. <member name="P:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController.PrintControl">
  635. <summary>
  636. <para>Gets or sets a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> associated with the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController"/>.</para>
  637. </summary>
  638. <value>A <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> object.</value>
  639. </member>
  640. <member name="T:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin">
  641. <summary>
  642. <para>Provides functionality to register custom editors to be used for editing the control content in Print Preview.</para>
  643. </summary>
  644. </member>
  645. <member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.#ctor">
  646. <summary>
  647. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin"/> class with the default settings.</para>
  648. </summary>
  649. </member>
  650. <member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.EnsureStaticConstructor">
  651. <summary>
  652. <para>For internal use.</para>
  653. </summary>
  654. </member>
  655. <member name="P:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.Instance">
  656. <summary>
  657. <para>Specifies an instance of the <see cref="T:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin"/> class.</para>
  658. </summary>
  659. <value>The instance of the <see cref="T:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin"/> class.</value>
  660. </member>
  661. <member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.RegisterEditor(System.String,System.String,System.String,DevExpress.XtraEditors.Repository.RepositoryItem)">
  662. <summary>
  663. <para>Registers a custom editor to be used for changing control content in Print Preview.</para>
  664. </summary>
  665. <param name="name">The name of a custom editor.</param>
  666. <param name="displayName">The display name of a custom editor.</param>
  667. <param name="category">The name of a category to which an editor should be added.</param>
  668. <param name="repositoryItem">A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant providing the required functionality.</param>
  669. <returns>true, if an editor has been successfully registered; otherwise, false.</returns>
  670. </member>
  671. <member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.RegisterImageCollectionEditor(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Drawing.Image})">
  672. <summary>
  673. <para>Registers an image editor with a collection of predefined named images to be used for changing image content in Print Preview.</para>
  674. </summary>
  675. <param name="name">The name of the registered image collection editor.</param>
  676. <param name="displayName">The display name of the registered image collection editor.</param>
  677. <param name="images">The editor&#39;s image collection.</param>
  678. <returns>true, if the image list has been successfully registered; otherwise, false.</returns>
  679. </member>
  680. <member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.RegisterImageCollectionEditor(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Drawing.Image},System.Boolean,System.Boolean)">
  681. <summary>
  682. <para>Registers an image editor with a filterable collection of predefined named images to be used for changing image content in Print Preview.</para>
  683. </summary>
  684. <param name="name">The name of the registered image collection editor.</param>
  685. <param name="displayName">The display name of the registered image collection editor.</param>
  686. <param name="images">The editor&#39;s image collection.</param>
  687. <param name="searchEnabled">true, if the editor allows end users to use incremental search in the image collection; otherwise, false.</param>
  688. <param name="sizeOptionsEnabled">true, if the editor allows end users to set up the image&#39;s size and alignment options; otherwise, false.</param>
  689. <returns>true, if the image list has been successfully registered; otherwise, false.</returns>
  690. </member>
  691. <member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.RegisterImageCollectionEditor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Drawing.Image})">
  692. <summary>
  693. <para>Registers an image editor with a collection of predefined images to be used for changing image content in Print Preview.</para>
  694. </summary>
  695. <param name="name">The name of the registered image collection editor.</param>
  696. <param name="displayName">The display name of the registered image collection editor.</param>
  697. <param name="images">The editor&#39;s image collection.</param>
  698. <returns>true, if the image list has been successfully registered; otherwise, false.</returns>
  699. </member>
  700. <member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.RegisterImageCollectionEditor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Drawing.Image},System.Boolean)">
  701. <summary>
  702. <para>Registers an image editor with a collection of predefined images to be used for changing image content in Print Preview.</para>
  703. </summary>
  704. <param name="name">The name of the registered image collection editor.</param>
  705. <param name="displayName">The display name of the registered image collection editor.</param>
  706. <param name="images">The editor&#39;s image collection.</param>
  707. <param name="sizeOptionsEnabled">true, if the editor allows end users to set up the image&#39;s size and alignment options; otherwise, false.</param>
  708. <returns>true, if the image list has been successfully registered; otherwise, false.</returns>
  709. </member>
  710. <member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.RegisterImageEditor(System.String,System.String,DevExpress.XtraPrinting.Preview.ImageEditorOptions)">
  711. <summary>
  712. <para>Registers a custom image editor that you can use to edit the <see cref="T:DevExpress.XtraReports.UI.XRPictureBox"/>&#39;s content in Print Preview.</para>
  713. </summary>
  714. <param name="name">The registered image editor&#39;s unique name.</param>
  715. <param name="displayName">The registered image editor&#39;s display name.</param>
  716. <param name="options">An object that provides settings for the registered image editor.</param>
  717. <returns>true, if the image editor has been successfully registered; otherwise, false.</returns>
  718. </member>
  719. <member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.RegisterMaskEditor(System.String,System.String,System.String,DevExpress.XtraEditors.Mask.MaskType,System.String)">
  720. <summary>
  721. <para>Registers the standard editor with a custom mask to be used for changing control content in Print Preview.</para>
  722. </summary>
  723. <param name="name">The name of the editor being registered.</param>
  724. <param name="displayName">The display name of the editor being registered.</param>
  725. <param name="category">The name of a category to which the editor should be added.</param>
  726. <param name="maskType">A <see cref="T:DevExpress.XtraEditors.Mask.MaskType"/> enumeration value which specifies the mask type used.</param>
  727. <param name="mask">Specifies the editor&#39;s mask.</param>
  728. <returns>true, if an editor has been successfully registered; otherwise, false.</returns>
  729. </member>
  730. <member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.TryGetRepositoryItem(System.String,DevExpress.XtraEditors.Repository.RepositoryItem@)">
  731. <summary>
  732. <para>Attempts to obtain a repository item by the specified name.</para>
  733. </summary>
  734. <param name="name">The name of an item to be obtained.</param>
  735. <param name="value">A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant with the specified name.</param>
  736. <returns>true, if a repository item has been obtained; otherwise, false.</returns>
  737. </member>
  738. <member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.UnregisterEditor(System.String)">
  739. <summary>
  740. <para>Unregisters the specified editor from being used for changing control content in Print Preview.</para>
  741. </summary>
  742. <param name="name">The name of an editor to be unregistered.</param>
  743. <returns>true, if an editor has been successfully unregistered; otherwise, false.</returns>
  744. </member>
  745. <member name="T:DevExpress.XtraPrinting.Preview.ImageCollectionItem">
  746. <summary>
  747. <para>An object that provides an image and its caption.</para>
  748. </summary>
  749. </member>
  750. <member name="M:DevExpress.XtraPrinting.Preview.ImageCollectionItem.#ctor(System.Drawing.Image)">
  751. <summary>
  752. <para>Initializes a new instance of the &lt;xref:DevExpress.XtraPrinting.Preview.ImageCollectionItem class with the specified image.</para>
  753. </summary>
  754. <param name="image">An image.</param>
  755. </member>
  756. <member name="M:DevExpress.XtraPrinting.Preview.ImageCollectionItem.#ctor(System.Drawing.Image,System.String)">
  757. <summary>
  758. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.ImageCollectionItem"/> class with the specified image and its caption.</para>
  759. </summary>
  760. <param name="image">An image.</param>
  761. <param name="caption">The image&#39;s caption.</param>
  762. </member>
  763. <member name="P:DevExpress.XtraPrinting.Preview.ImageCollectionItem.Caption">
  764. <summary>
  765. <para>The caption that the <see cref="T:DevExpress.XtraPrinting.Preview.ImageCollectionItem"/> object uses to present its <see cref="P:DevExpress.XtraPrinting.Preview.ImageCollectionItem.Image"/>.</para>
  766. </summary>
  767. <value>The <see cref="P:DevExpress.XtraPrinting.Preview.ImageCollectionItem.Image"/>&#39;s caption.</value>
  768. </member>
  769. <member name="P:DevExpress.XtraPrinting.Preview.ImageCollectionItem.Image">
  770. <summary>
  771. <para>The image that the <see cref="T:DevExpress.XtraPrinting.Preview.ImageCollectionItem"/> object provides.</para>
  772. </summary>
  773. <value>The image that the ImageCollectionItem object provides.</value>
  774. </member>
  775. <member name="T:DevExpress.XtraPrinting.Preview.ImageEditorOptions">
  776. <summary>
  777. <para>Provides options for the image editor that you can use to edit the <see cref="T:DevExpress.XtraReports.UI.XRPictureBox"/> control&#39;s content in Print Preview.</para>
  778. </summary>
  779. </member>
  780. <member name="M:DevExpress.XtraPrinting.Preview.ImageEditorOptions.#ctor">
  781. <summary>
  782. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.ImageEditorOptions"/> class with default settings.</para>
  783. </summary>
  784. </member>
  785. <member name="P:DevExpress.XtraPrinting.Preview.ImageEditorOptions.AllowChangeSizeOptions">
  786. <summary>
  787. <para>Indicates whether an end user can change the image&#39;s size mode and location in the image editor.</para>
  788. </summary>
  789. <value>true, if the editor allows end users to change the image&#39;s size mode and location; otherwise, false.</value>
  790. </member>
  791. <member name="P:DevExpress.XtraPrinting.Preview.ImageEditorOptions.AllowClear">
  792. <summary>
  793. <para>Indicates whether an end user can remove content from the image editor.</para>
  794. </summary>
  795. <value>true, if the editor allows end users to clear content; otherwise, false.</value>
  796. </member>
  797. <member name="P:DevExpress.XtraPrinting.Preview.ImageEditorOptions.AllowDraw">
  798. <summary>
  799. <para>Indicates whether an end user can draw in the image editor.</para>
  800. </summary>
  801. <value>true, if the editor allows end users to draw; otherwise, false.</value>
  802. </member>
  803. <member name="P:DevExpress.XtraPrinting.Preview.ImageEditorOptions.AllowLoadImage">
  804. <summary>
  805. <para>Indicates whether an end user can load an image to the image editor.</para>
  806. </summary>
  807. <value>true, if the editor allows end users to load images; otherwise, false.</value>
  808. </member>
  809. <member name="P:DevExpress.XtraPrinting.Preview.ImageEditorOptions.AllowSearchPredefinedImages">
  810. <summary>
  811. <para>Indicates whether the image editor allows end users to use incremental search in the image collection.</para>
  812. </summary>
  813. <value>true, if the editor allows end users to use incremental search in the image collection; otherwise, false.</value>
  814. </member>
  815. <member name="P:DevExpress.XtraPrinting.Preview.ImageEditorOptions.PredefinedImages">
  816. <summary>
  817. <para>A collection of images that an end user can load to the image editor in Print Preview.</para>
  818. </summary>
  819. <value>The image editor&#39;s image collection.</value>
  820. </member>
  821. <member name="T:DevExpress.XtraPrinting.Preview.PageSetupEditorForm">
  822. <summary>
  823. <para>A customized Page Setup dialog that reflects the application&#39;s current Look And Feel settings.</para>
  824. </summary>
  825. </member>
  826. <member name="M:DevExpress.XtraPrinting.Preview.PageSetupEditorForm.#ctor">
  827. <summary>
  828. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.PageSetupEditorForm"/> class with default settings.</para>
  829. </summary>
  830. </member>
  831. <member name="P:DevExpress.XtraPrinting.Preview.PageSetupEditorForm.IsMetric">
  832. <summary>
  833. <para>Specifies whether the editor values in the Page Setup dialog use the imperial or metric system of measurement.</para>
  834. </summary>
  835. <value>true if the editor values are calculated in millimeters; false if the editor values are calculated in inches.</value>
  836. </member>
  837. <member name="P:DevExpress.XtraPrinting.Preview.PageSetupEditorForm.Landscape">
  838. <summary>
  839. <para>Gets the page orientation.</para>
  840. </summary>
  841. <value>true if the page orientation is landscape; otherwise, false.</value>
  842. </member>
  843. <member name="P:DevExpress.XtraPrinting.Preview.PageSetupEditorForm.MarginsF">
  844. <summary>
  845. <para>Gets the margins of a report page measured in three hundredths of an inch.</para>
  846. </summary>
  847. <value>The margins (measured in 1/300 of an inch) of a report page.</value>
  848. </member>
  849. <member name="P:DevExpress.XtraPrinting.Preview.PageSetupEditorForm.MinMarginsF">
  850. <summary>
  851. <para>Gets the minimum size allowed for a report&#39;s margins.</para>
  852. </summary>
  853. <value>The margins (measured in 1/300 of an inch) of a report page.</value>
  854. </member>
  855. <member name="P:DevExpress.XtraPrinting.Preview.PageSetupEditorForm.PaperSize">
  856. <summary>
  857. <para>Gets the current paper size.</para>
  858. </summary>
  859. <value>A <see cref="T:System.Drawing.Printing.PaperSize"/> object.</value>
  860. </member>
  861. <member name="M:DevExpress.XtraPrinting.Preview.PageSetupEditorForm.Setup(System.Drawing.Printing.PrinterSettings.PaperSizeCollection,System.Collections.Generic.IEnumerable{DevExpress.XtraPrinting.Preview.UnitInfo},System.Drawing.GraphicsUnit,System.Drawing.Printing.PaperKind,System.Drawing.Size,System.Boolean,DevExpress.XtraPrinting.Native.MarginsF,DevExpress.XtraPrinting.Native.MarginsF)">
  862. <summary>
  863. <para></para>
  864. </summary>
  865. <param name="paperSizes"></param>
  866. <param name="units"></param>
  867. <param name="unit"></param>
  868. <param name="paperKind"></param>
  869. <param name="pageSize"></param>
  870. <param name="landscape"></param>
  871. <param name="marginsF"></param>
  872. <param name="minMarginsF"></param>
  873. </member>
  874. <member name="T:DevExpress.XtraPrinting.Preview.PreviewDockPanelKind">
  875. <summary>
  876. <para>Identifies the End-User Print Preview&#39;s dock panels.</para>
  877. </summary>
  878. </member>
  879. <member name="F:DevExpress.XtraPrinting.Preview.PreviewDockPanelKind.DocumentMap">
  880. <summary>
  881. <para>Identifies the Document Map dock panel.</para>
  882. </summary>
  883. </member>
  884. <member name="F:DevExpress.XtraPrinting.Preview.PreviewDockPanelKind.Parameters">
  885. <summary>
  886. <para>Identifies the Parameters dock panel.</para>
  887. </summary>
  888. </member>
  889. <member name="F:DevExpress.XtraPrinting.Preview.PreviewDockPanelKind.Thumbnails">
  890. <summary>
  891. <para>Identifies the Thumbnails dock panel.</para>
  892. </summary>
  893. </member>
  894. <member name="T:DevExpress.XtraPrinting.Preview.PrintBarManager">
  895. <summary>
  896. <para>As part of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> control, provides the toolbar, status bar and menu elements in a Print Preview.</para>
  897. </summary>
  898. </member>
  899. <member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.#ctor">
  900. <summary>
  901. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.PrintBarManager"/> class with the default settings.</para>
  902. </summary>
  903. </member>
  904. <member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.#ctor(System.ComponentModel.IContainer)">
  905. <summary>
  906. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.PrintBarManager"/> class with the specified container.</para>
  907. </summary>
  908. <param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface.</param>
  909. </member>
  910. <member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.AllowDefaultSvgImages">
  911. <summary>
  912. <para>Specifies whether to use bitmap or vector icons for the standard Document Preview toolbar.</para>
  913. </summary>
  914. <value>true, to use vector images; otherwise, false.</value>
  915. </member>
  916. <member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.ColorPopupControlContainer">
  917. <summary>
  918. <para>For internal use.</para>
  919. </summary>
  920. <value>A DevExpress.XtraPrinting.Preview.ColorPopupControlContainer object.</value>
  921. </member>
  922. <member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.GetBarItemByCommand(DevExpress.XtraPrinting.PrintingSystemCommand)">
  923. <summary>
  924. <para>Provides access to a bar item corresponding to the specified command.</para>
  925. </summary>
  926. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value, specifying the command corresponding to the bar item in question.</param>
  927. <returns>A <see cref="T:DevExpress.XtraBars.BarItem"/> object, specifying the bar item corresponding to the specified command.</returns>
  928. </member>
  929. <member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.Images">
  930. <summary>
  931. <para>Provides access to the collection of images displayed by bar items in Print Preview.</para>
  932. </summary>
  933. <value>A <see cref="T:DevExpress.Utils.Images"/> object, specifying the bar item images.</value>
  934. </member>
  935. <member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.ImageStream">
  936. <summary>
  937. <para>For internal use. Specifies the stream containing images displayed by bar items.</para>
  938. </summary>
  939. <value>A DevExpress.Utils.ImageCollectionStreamer object, specifying the stream of bar item images.</value>
  940. </member>
  941. <member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.Initialize(DevExpress.XtraPrinting.Control.PrintControl)">
  942. <summary>
  943. <para>Performs basic initialization of the created <see cref="T:DevExpress.XtraPrinting.Preview.PrintBarManager"/> object and associates it with the specified <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.</para>
  944. </summary>
  945. <param name="printControl">A <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> object, displaying a document in Print Preview.</param>
  946. </member>
  947. <member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.LargeImages">
  948. <summary>
  949. <para>Overrides the <see cref="P:DevExpress.XtraBars.BarManager.LargeImages"/> property to hide it.</para>
  950. </summary>
  951. <value>A <see cref="T:System.Object"/> value.</value>
  952. </member>
  953. <member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.MultiplePagesControlContainer">
  954. <summary>
  955. <para>For internal use.</para>
  956. </summary>
  957. <value>A DevExpress.XtraPrinting.Preview.MultiplePagesControlContainer object.</value>
  958. </member>
  959. <member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.PreviewBar">
  960. <summary>
  961. <para>For internal use. Specifies the Print Preview bar controlled by this <see cref="T:DevExpress.XtraPrinting.Preview.PrintBarManager"/> instance.</para>
  962. </summary>
  963. <value>A <see cref="T:DevExpress.XtraBars.Bar"/> object.</value>
  964. </member>
  965. <member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.PrintControl">
  966. <summary>
  967. <para>Specifies the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> associated with the current <see cref="T:DevExpress.XtraPrinting.Preview.PrintBarManager"/> instance.</para>
  968. </summary>
  969. <value>A <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> object.</value>
  970. </member>
  971. <member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.ScaleControlContainer">
  972. <summary>
  973. <para>For internal use.</para>
  974. </summary>
  975. <value>A DevExpress.XtraPrinting.Preview.ScaleControlContainer object.</value>
  976. </member>
  977. <member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.UpdateCommands">
  978. <summary>
  979. <para>For internal use. Updates the bar items according to the current visibility state of the corresponding Printing System commands.</para>
  980. </summary>
  981. </member>
  982. <member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.UseDefaultSvgImages">
  983. <summary>
  984. <para>Use the <see cref="P:DevExpress.XtraPrinting.Preview.PrintBarManager.AllowDefaultSvgImages"/> property instead.</para>
  985. </summary>
  986. <value>true, to use vector images; otherwise, false.</value>
  987. </member>
  988. <member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.ZoomItem">
  989. <summary>
  990. <para>For internal use. Gets or sets the editor which is used to specify the zoom level within the printing bar manager.</para>
  991. </summary>
  992. <value>A DevExpress.XtraPrinting.Preview.ZoomBarEditItem object.</value>
  993. </member>
  994. <member name="T:DevExpress.XtraPrinting.Preview.PrintDialogAllowFlags">
  995. <summary>
  996. <para>Enables modifying options in the Print dialog that is provided by the <see cref="T:DevExpress.XtraPrinting.Preview.PrintDialogRunner"/>.</para>
  997. </summary>
  998. </member>
  999. <member name="F:DevExpress.XtraPrinting.Preview.PrintDialogAllowFlags.AllowAllPages">
  1000. <summary>
  1001. <para>Indicates whether the All option button is enabled.</para>
  1002. </summary>
  1003. </member>
  1004. <member name="F:DevExpress.XtraPrinting.Preview.PrintDialogAllowFlags.AllowCurrentPage">
  1005. <summary>
  1006. <para>Indicates whether the Current page option button is enabled.</para>
  1007. </summary>
  1008. </member>
  1009. <member name="F:DevExpress.XtraPrinting.Preview.PrintDialogAllowFlags.AllowPrintToFile">
  1010. <summary>
  1011. <para>Indicates whether the Print to file check box is enabled.</para>
  1012. </summary>
  1013. </member>
  1014. <member name="F:DevExpress.XtraPrinting.Preview.PrintDialogAllowFlags.AllowSelection">
  1015. <summary>
  1016. <para>Indicates whether the Selection option button is enabled.</para>
  1017. </summary>
  1018. </member>
  1019. <member name="F:DevExpress.XtraPrinting.Preview.PrintDialogAllowFlags.AllowSomePages">
  1020. <summary>
  1021. <para>Indicates whether the Pages option button is enabled.</para>
  1022. </summary>
  1023. </member>
  1024. <member name="T:DevExpress.XtraPrinting.Preview.PrintDialogRunner">
  1025. <summary>
  1026. <para>Provides settings to an application&#39;s Print dialog.</para>
  1027. </summary>
  1028. </member>
  1029. <member name="P:DevExpress.XtraPrinting.Preview.PrintDialogRunner.Instance">
  1030. <summary>
  1031. <para>Assigns a default Print dialog.</para>
  1032. </summary>
  1033. <value>A <see cref="T:DevExpress.XtraPrinting.Preview.DefaultPrintDialogRunner"/>, or <see cref="T:DevExpress.XtraPrinting.Preview.SystemPrintDialogRunner"/>.</value>
  1034. </member>
  1035. <member name="M:DevExpress.XtraPrinting.Preview.PrintDialogRunner.Run(System.Drawing.Printing.PrintDocument,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.XtraPrinting.Preview.PrintDialogAllowFlags)">
  1036. <summary>
  1037. <para>Invokes a specified Print dialog.</para>
  1038. </summary>
  1039. <param name="document">A <see cref="T:System.Drawing.Printing.PrintDocument"/>.</param>
  1040. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/>.</param>
  1041. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the dialog owner.</param>
  1042. <param name="flags">A <see cref="T:DevExpress.XtraPrinting.Preview.PrintDialogAllowFlags"/> enumeration value that enables editing of specific settings in the invoked dialog.</param>
  1043. <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that specifies identifiers to indicate the return value of a dialog box.</returns>
  1044. </member>
  1045. <member name="T:DevExpress.XtraPrinting.Preview.PrintPreviewFormEx">
  1046. <summary>
  1047. <para>A print preview form with a standard toolbar.</para>
  1048. </summary>
  1049. </member>
  1050. <member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormEx.#ctor">
  1051. <summary>
  1052. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.PrintPreviewFormEx"/> class with the default settings.</para>
  1053. </summary>
  1054. </member>
  1055. <member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewFormEx.PrintBarManager">
  1056. <summary>
  1057. <para>Gets the <see cref="T:DevExpress.XtraPrinting.Preview.PrintBarManager"/> that provides the toolbar, status bar and menu elements to Print Preview.</para>
  1058. </summary>
  1059. <value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintBarManager"/> object.</value>
  1060. </member>
  1061. <member name="T:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase">
  1062. <summary>
  1063. <para>The base class for the print preview forms with a standard toolbar.</para>
  1064. </summary>
  1065. </member>
  1066. <member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.#ctor">
  1067. <summary>
  1068. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase"/> class with default settings.</para>
  1069. </summary>
  1070. </member>
  1071. <member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.PrintControl">
  1072. <summary>
  1073. <para>Gets the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> of the Print Preview Form.</para>
  1074. </summary>
  1075. <value>A <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> object.</value>
  1076. </member>
  1077. <member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.PrintingSystem">
  1078. <summary>
  1079. <para>Gets or sets the Printing System used to create and print a document for this link.</para>
  1080. </summary>
  1081. <value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> class descendant.</value>
  1082. </member>
  1083. <member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.SaveState">
  1084. <summary>
  1085. <para>Specifies whether the Print Preview Form&#39;s size, position and zoom setting are saved to the Windows registry.</para>
  1086. </summary>
  1087. <value>true if Print Preview Form settings are saved in the Windows registry; otherwise, false.</value>
  1088. </member>
  1089. <member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.SelectedPageIndex">
  1090. <summary>
  1091. <para>Gets or sets the index of the currently selected page in the form&#39;s <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.</para>
  1092. </summary>
  1093. <value>An integer value which represents the index of the selected page.</value>
  1094. </member>
  1095. <member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.Show">
  1096. <summary>
  1097. <para>Displays the Print Preview Form.</para>
  1098. </summary>
  1099. </member>
  1100. <member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.Show(DevExpress.LookAndFeel.UserLookAndFeel)">
  1101. <summary>
  1102. <para>Displays the Print Preview Form using the specified Look-and-Feel settings.</para>
  1103. </summary>
  1104. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the Look-and-Feel settings to apply to the Print Preview Form.</param>
  1105. </member>
  1106. <member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.Show(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  1107. <summary>
  1108. <para>Invokes the <see cref="T:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase"/> as a child of the specified parent window, using the specified look-and-feel settings.</para>
  1109. </summary>
  1110. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.</param>
  1111. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Print Preview form.</param>
  1112. </member>
  1113. <member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.ShowDialog">
  1114. <summary>
  1115. <para>Invokes the Print Preview Form form which is shown modally.</para>
  1116. </summary>
  1117. <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value representing the return value of the dialog.</returns>
  1118. </member>
  1119. <member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.ShowDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
  1120. <summary>
  1121. <para>Invokes the Print Preview Form form which is shown modally using the specified look and feel settings.</para>
  1122. </summary>
  1123. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Print Preview Form.</param>
  1124. <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value representing the return value of the dialog.</returns>
  1125. </member>
  1126. <member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.ShowDialog(System.Windows.Forms.IWin32Window)">
  1127. <summary>
  1128. <para>Invokes the Print Preview Form form which is shown modally as a child of the specified parent window.</para>
  1129. </summary>
  1130. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  1131. <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value representing the return value of the dialog.</returns>
  1132. </member>
  1133. <member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewFormExBase.ShowDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  1134. <summary>
  1135. <para>Invokes the Print Preview Form form which is shown modally as a child of the specified parent window using the specified look and feel settings.</para>
  1136. </summary>
  1137. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  1138. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param>
  1139. <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value representing the return value of the dialog.</returns>
  1140. </member>
  1141. <member name="T:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx">
  1142. <summary>
  1143. <para>A print preview form with a ribbon toolbar.</para>
  1144. </summary>
  1145. </member>
  1146. <member name="M:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx.#ctor">
  1147. <summary>
  1148. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx"/> class with the default settings.</para>
  1149. </summary>
  1150. </member>
  1151. <member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx.PrintRibbonController">
  1152. <summary>
  1153. <para>Gets the PrintRibbonController of the Print Preview form with a Ribbon.</para>
  1154. </summary>
  1155. <value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintRibbonController"/> object which represents the Print Ribbon Controller of the Print Preview form with a Ribbon.</value>
  1156. </member>
  1157. <member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx.RibbonControl">
  1158. <summary>
  1159. <para>Gets the RibbonControl of the Print Preview form with a Ribbon.</para>
  1160. </summary>
  1161. <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object which represents the Ribbon Control of the Print Preview form with a Ribbon.</value>
  1162. </member>
  1163. <member name="P:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx.RibbonStatusBar">
  1164. <summary>
  1165. <para>Gets the RibbonStatusBar of the Print Preview form with a Ribbon.</para>
  1166. </summary>
  1167. <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> object which represents the Ribbon Status Bar of the Print Preview form with a Ribbon.</value>
  1168. </member>
  1169. <member name="T:DevExpress.XtraPrinting.Preview.PrintRibbonController">
  1170. <summary>
  1171. <para>As part of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> control, provides a ribbon toolbar to a Print Preview.</para>
  1172. </summary>
  1173. </member>
  1174. <member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.#ctor">
  1175. <summary>
  1176. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.PrintRibbonController"/> class with default settings.</para>
  1177. </summary>
  1178. </member>
  1179. <member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.#ctor(System.ComponentModel.IContainer)">
  1180. <summary>
  1181. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.PrintRibbonController"/> class with the specified container.</para>
  1182. </summary>
  1183. <param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface.</param>
  1184. </member>
  1185. <member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.#ctor(System.Object)">
  1186. <summary>
  1187. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.PrintRibbonController"/> class with the specified context.</para>
  1188. </summary>
  1189. <param name="contextSpecifier">A <see cref="T:System.Object"/> which contains information about the current context.</param>
  1190. </member>
  1191. <member name="P:DevExpress.XtraPrinting.Preview.PrintRibbonController.AllowDefaultSvgImages">
  1192. <summary>
  1193. <para>Specifies whether to use bitmap or vector icons for the ribbon Document Preview toolbar.</para>
  1194. </summary>
  1195. <value>true, to use vector images; otherwise, false.</value>
  1196. </member>
  1197. <member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.BeginInit">
  1198. <summary>
  1199. <para>Starts the <see cref="T:DevExpress.XtraPrinting.Preview.PrintRibbonController"/>&#39;s initialization. Initialization occurs at runtime.</para>
  1200. </summary>
  1201. </member>
  1202. <member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.EndInit">
  1203. <summary>
  1204. <para>Ends the <see cref="T:DevExpress.XtraPrinting.Preview.PrintRibbonController"/>&#39;s initialization.</para>
  1205. </summary>
  1206. </member>
  1207. <member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.GetBarItemByCommand(DevExpress.XtraPrinting.PrintingSystemCommand)">
  1208. <summary>
  1209. <para>Gets a bar item within the Ribbon Control by its command.</para>
  1210. </summary>
  1211. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be executed by the bar item to be found.</param>
  1212. <returns>A <see cref="T:DevExpress.XtraBars.BarItem"/> object that represents the bar item which executes the specified command.</returns>
  1213. </member>
  1214. <member name="P:DevExpress.XtraPrinting.Preview.PrintRibbonController.ImageCollection">
  1215. <summary>
  1216. <para>Gets the collection of images used in the <see cref="T:DevExpress.XtraPrinting.Preview.PrintRibbonController"/> UI.</para>
  1217. </summary>
  1218. <value>A <see cref="T:DevExpress.XtraPrinting.Preview.RibbonImageCollection"/> object.</value>
  1219. </member>
  1220. <member name="P:DevExpress.XtraPrinting.Preview.PrintRibbonController.PreviewRibbonPages">
  1221. <summary>
  1222. <para>Provides access to a collection of Ribbon pages, generated by this <see cref="T:DevExpress.XtraPrinting.Preview.PrintRibbonController"/> instance.</para>
  1223. </summary>
  1224. <value>An object of the <see cref="T:System.Collections.Generic.IEnumerable`1"/> generic type, representing a collection of Ribbon pages.</value>
  1225. </member>
  1226. <member name="P:DevExpress.XtraPrinting.Preview.PrintRibbonController.PrintControl">
  1227. <summary>
  1228. <para>Gets or sets the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance to which the Print Ribbon Controller belongs.</para>
  1229. </summary>
  1230. <value>A <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance to which the Print Ribbon Controller belongs.</value>
  1231. </member>
  1232. <member name="M:DevExpress.XtraPrinting.Preview.PrintRibbonController.UpdateCommands">
  1233. <summary>
  1234. <para>Updates Ribbon Control items according to the current visibility state of the corresponding Printing System commands.</para>
  1235. </summary>
  1236. </member>
  1237. <member name="P:DevExpress.XtraPrinting.Preview.PrintRibbonController.UseDefaultSvgImages">
  1238. <summary>
  1239. <para>Use the <see cref="P:DevExpress.XtraPrinting.Preview.PrintRibbonController.AllowDefaultSvgImages"/> property instead.</para>
  1240. </summary>
  1241. <value>true, to use vector images; otherwise, false.</value>
  1242. </member>
  1243. <member name="T:DevExpress.XtraPrinting.Preview.RibbonControllerBase">
  1244. <summary>
  1245. <para>The base for Ribbon Controller classes that embed their specific functionality into the existing <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object.</para>
  1246. </summary>
  1247. </member>
  1248. <member name="M:DevExpress.XtraPrinting.Preview.RibbonControllerBase.BeginInit">
  1249. <summary>
  1250. <para>Starts the <see cref="T:DevExpress.XtraPrinting.Preview.RibbonControllerBase"/>&#39;s initialization. Initialization occurs at runtime.</para>
  1251. </summary>
  1252. </member>
  1253. <member name="M:DevExpress.XtraPrinting.Preview.RibbonControllerBase.EndInit">
  1254. <summary>
  1255. <para>Ends the <see cref="T:DevExpress.XtraPrinting.Preview.RibbonControllerBase"/>&#39;s initialization.</para>
  1256. </summary>
  1257. </member>
  1258. <member name="M:DevExpress.XtraPrinting.Preview.RibbonControllerBase.Initialize(DevExpress.XtraBars.Ribbon.RibbonControl,DevExpress.XtraBars.Ribbon.RibbonStatusBar)">
  1259. <summary>
  1260. <para>Provides Ribbon Controller initialization with the specified Ribbon Control and Status Bar.</para>
  1261. </summary>
  1262. <param name="ribbonControl">A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object.</param>
  1263. <param name="ribbonStatusBar">A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> object.</param>
  1264. </member>
  1265. <member name="P:DevExpress.XtraPrinting.Preview.RibbonControllerBase.RibbonControl">
  1266. <summary>
  1267. <para>Gets or sets the <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> class instance to which the Ribbon Controller belongs.</para>
  1268. </summary>
  1269. <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> class instance to which the Ribbon Controller belongs.</value>
  1270. </member>
  1271. <member name="P:DevExpress.XtraPrinting.Preview.RibbonControllerBase.RibbonStatusBar">
  1272. <summary>
  1273. <para>Gets or sets the <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> class instance to which the Ribbon Controller belongs.</para>
  1274. </summary>
  1275. <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> class instance to which the Ribbon Controller belongs.</value>
  1276. </member>
  1277. <member name="T:DevExpress.XtraPrinting.Preview.RibbonImageCollection">
  1278. <summary>
  1279. <para>Represents the collection of images used in the Ribbon UI.</para>
  1280. </summary>
  1281. </member>
  1282. <member name="M:DevExpress.XtraPrinting.Preview.RibbonImageCollection.#ctor">
  1283. <summary>
  1284. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.RibbonImageCollection"/> class.</para>
  1285. </summary>
  1286. </member>
  1287. <member name="M:DevExpress.XtraPrinting.Preview.RibbonImageCollection.GetImage(System.String)">
  1288. <summary>
  1289. <para>Gets the specified image from the collection.</para>
  1290. </summary>
  1291. <param name="name">A <see cref="T:System.String"/> value specifying the image name.</param>
  1292. <returns>An <see cref="T:System.Drawing.Image"/> object.</returns>
  1293. </member>
  1294. <member name="M:DevExpress.XtraPrinting.Preview.RibbonImageCollection.SetImage(System.String,System.Drawing.Image)">
  1295. <summary>
  1296. <para>Sets the specified image in the collection.</para>
  1297. </summary>
  1298. <param name="name">A <see cref="T:System.String"/> value specifying the image name.</param>
  1299. <param name="value">An <see cref="T:System.Drawing.Image"/> object.</param>
  1300. </member>
  1301. <member name="T:DevExpress.XtraPrinting.Preview.SystemPrintDialogRunner">
  1302. <summary>
  1303. <para>Enables running the standard <see cref="T:System.Windows.Forms.PrintDialog"/>.</para>
  1304. </summary>
  1305. </member>
  1306. <member name="M:DevExpress.XtraPrinting.Preview.SystemPrintDialogRunner.#ctor">
  1307. <summary>
  1308. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.SystemPrintDialogRunner"/> class with default settings.</para>
  1309. </summary>
  1310. </member>
  1311. <member name="M:DevExpress.XtraPrinting.Preview.SystemPrintDialogRunner.Run(System.Drawing.Printing.PrintDocument,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.XtraPrinting.Preview.PrintDialogAllowFlags)">
  1312. <summary>
  1313. <para>Invokes a standard system Print dialog.</para>
  1314. </summary>
  1315. <param name="document">A <see cref="T:System.Drawing.Printing.PrintDocument"/>.</param>
  1316. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/>.</param>
  1317. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the dialog owner.</param>
  1318. <param name="flags">A <see cref="T:DevExpress.XtraPrinting.Preview.PrintDialogAllowFlags"/> enumeration value that enables editing of specific settings in the invoked dialog.</param>
  1319. <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that specifies identifiers to indicate the return value of a dialog box.</returns>
  1320. </member>
  1321. <member name="T:DevExpress.XtraPrinting.PrintableComponentLink">
  1322. <summary>
  1323. <para>A link to print and export components that implement the <see cref="T:DevExpress.XtraPrinting.IPrintable"/> interface.</para>
  1324. </summary>
  1325. </member>
  1326. <member name="M:DevExpress.XtraPrinting.PrintableComponentLink.#ctor">
  1327. <summary>
  1328. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.PrintableComponentLink"/> class with default settings.</para>
  1329. </summary>
  1330. </member>
  1331. <member name="M:DevExpress.XtraPrinting.PrintableComponentLink.#ctor(DevExpress.XtraPrinting.PrintingSystem)">
  1332. <summary>
  1333. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.PrintableComponentLink"/> class with the specified printing system.</para>
  1334. </summary>
  1335. <param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Link.PrintingSystem"/> property.</param>
  1336. </member>
  1337. <member name="M:DevExpress.XtraPrinting.PrintableComponentLink.#ctor(System.ComponentModel.IContainer)">
  1338. <summary>
  1339. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.PrintableComponentLink"/> class with the specified container.</para>
  1340. </summary>
  1341. <param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface which specifies the owner container of a <see cref="T:DevExpress.XtraPrinting.PrintableComponentLink"/> class instance.</param>
  1342. </member>
  1343. <member name="M:DevExpress.XtraPrinting.PrintableComponentLink.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)">
  1344. <summary>
  1345. <para>Indicates whether or not the specified Printing System command can be handled.</para>
  1346. </summary>
  1347. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.</param>
  1348. <param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param>
  1349. <returns>true if the command can be handled; otherwise, false.</returns>
  1350. </member>
  1351. <member name="M:DevExpress.XtraPrinting.PrintableComponentLink.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)">
  1352. <summary>
  1353. <para>Creates a document using the specified Printing System, so the document can be displayed or printed.</para>
  1354. </summary>
  1355. <param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the printing system of the link.</param>
  1356. </member>
  1357. <member name="M:DevExpress.XtraPrinting.PrintableComponentLink.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)">
  1358. <summary>
  1359. <para>Handles the specified Printing System command.</para>
  1360. </summary>
  1361. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.</param>
  1362. <param name="args">A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.</param>
  1363. <param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param>
  1364. <param name="handled">true if the command has been handled by a link; otherwise, false.</param>
  1365. </member>
  1366. <member name="P:DevExpress.XtraPrinting.PrintableComponentLink.ImageCollection">
  1367. <summary>
  1368. <para>Provides access to the link&#39;s collection of images.</para>
  1369. </summary>
  1370. <value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.</value>
  1371. </member>
  1372. <member name="P:DevExpress.XtraPrinting.PrintableComponentLink.Images">
  1373. <summary>
  1374. <para>A collection of images which can be added to the Page Headers and Footers.</para>
  1375. </summary>
  1376. <value>An <see cref="T:DevExpress.Utils.Images"/> object which represents a collection of images that can be used in the report.</value>
  1377. </member>
  1378. <member name="P:DevExpress.XtraPrinting.PrintableComponentLink.ImageStream">
  1379. <summary>
  1380. <para>For internal use. Specifies a stream which contains images to display in the link&#39;s Page Header and Footer.</para>
  1381. </summary>
  1382. <value>A DevExpress.Utils.ImageCollectionStreamer object.</value>
  1383. </member>
  1384. <member name="M:DevExpress.XtraPrinting.PrintableComponentLink.Print">
  1385. <summary>
  1386. <para>Prints the current document using the system default printer.</para>
  1387. </summary>
  1388. </member>
  1389. <member name="M:DevExpress.XtraPrinting.PrintableComponentLink.Print(System.String)">
  1390. <summary>
  1391. <para>Prints the current document to the specified printer.</para>
  1392. </summary>
  1393. <param name="printerName">A <see cref="T:System.String"/> value, specifying the printer name.</param>
  1394. </member>
  1395. <member name="M:DevExpress.XtraPrinting.PrintableComponentLink.PrintDlg">
  1396. <summary>
  1397. <para>Displays the standard Print dialog and prints the current document.</para>
  1398. </summary>
  1399. </member>
  1400. <member name="P:DevExpress.XtraPrinting.PrintableComponentLink.PrintingSystem">
  1401. <summary>
  1402. <para>Gets or sets the Printing System used to create and print a document for this link.</para>
  1403. </summary>
  1404. <value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.</value>
  1405. </member>
  1406. <member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowPreview">
  1407. <summary>
  1408. <para>Invokes the Print Preview Form which shows the print preview of the document for this link.</para>
  1409. </summary>
  1410. </member>
  1411. <member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
  1412. <summary>
  1413. <para>Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings.</para>
  1414. </summary>
  1415. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param>
  1416. </member>
  1417. <member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowPreview(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  1418. <summary>
  1419. <para>Invokes the Print Preview Form that shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.</para>
  1420. </summary>
  1421. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  1422. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Print Preview Form.</param>
  1423. </member>
  1424. <member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowPreviewDialog">
  1425. <summary>
  1426. <para>Invokes the Print Preview Form which modally shows the print preview of the document for this link.</para>
  1427. </summary>
  1428. </member>
  1429. <member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window)">
  1430. <summary>
  1431. <para>Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window.</para>
  1432. </summary>
  1433. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  1434. </member>
  1435. <member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  1436. <summary>
  1437. <para>Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.</para>
  1438. </summary>
  1439. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  1440. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param>
  1441. </member>
  1442. <member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
  1443. <summary>
  1444. <para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para>
  1445. </summary>
  1446. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param>
  1447. </member>
  1448. <member name="M:DevExpress.XtraPrinting.PrintableComponentLink.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
  1449. <summary>
  1450. <para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para>
  1451. </summary>
  1452. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param>
  1453. </member>
  1454. <member name="T:DevExpress.XtraPrinting.PrintingSystem">
  1455. <summary>
  1456. <para>Implements the basic printing functionality of the XtraPrinting Library.</para>
  1457. </summary>
  1458. </member>
  1459. <member name="M:DevExpress.XtraPrinting.PrintingSystem.#ctor">
  1460. <summary>
  1461. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class with default settings.</para>
  1462. </summary>
  1463. </member>
  1464. <member name="M:DevExpress.XtraPrinting.PrintingSystem.#ctor(System.ComponentModel.IContainer)">
  1465. <summary>
  1466. <para>Initializes a new <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance and adds it to the form&#39;s container.</para>
  1467. </summary>
  1468. <param name="container">An IContainer that contains a XtraPrintingSystem component, if any.</param>
  1469. </member>
  1470. <member name="M:DevExpress.XtraPrinting.PrintingSystem.About">
  1471. <summary>
  1472. <para>Activates the About dialog.</para>
  1473. </summary>
  1474. </member>
  1475. <member name="P:DevExpress.XtraPrinting.PrintingSystem.Links">
  1476. <summary>
  1477. <para>Gets the collection of links, defined for the current <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.</para>
  1478. </summary>
  1479. <value>The link collection of the current <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.</value>
  1480. </member>
  1481. <member name="P:DevExpress.XtraPrinting.PrintingSystem.PageSettings">
  1482. <summary>
  1483. <para>Gets the current page settings.</para>
  1484. </summary>
  1485. <value>Current page settings.</value>
  1486. </member>
  1487. <member name="M:DevExpress.XtraPrinting.PrintingSystem.PageSetup">
  1488. <summary>
  1489. <para>Displays the PageSetup dialog.</para>
  1490. </summary>
  1491. <returns>true, if the &quot;OK&quot; button is clicked in the PageSetup dialog, false, if the &quot;Cancel&quot; button is clicked in the PageSetup dialog.</returns>
  1492. </member>
  1493. <member name="P:DevExpress.XtraPrinting.PrintingSystem.PreviewFormEx">
  1494. <summary>
  1495. <para>Gets the form used to display the document preview.</para>
  1496. </summary>
  1497. <value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintPreviewFormEx"/> object which represents the current preview form.</value>
  1498. </member>
  1499. <member name="P:DevExpress.XtraPrinting.PrintingSystem.PreviewRibbonFormEx">
  1500. <summary>
  1501. <para>Gets the Ribbon form used to display the document preview.</para>
  1502. </summary>
  1503. <value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx"/> object which represents the current preview form.</value>
  1504. </member>
  1505. <member name="M:DevExpress.XtraPrinting.PrintingSystem.Print">
  1506. <summary>
  1507. <para>Prints the current document.</para>
  1508. </summary>
  1509. </member>
  1510. <member name="M:DevExpress.XtraPrinting.PrintingSystem.Print(System.String)">
  1511. <summary>
  1512. <para>Prints the current document to the specified printer.</para>
  1513. </summary>
  1514. <param name="printerName">A <see cref="T:System.String"/> representing the name of the printer on which to print the document.</param>
  1515. </member>
  1516. <member name="M:DevExpress.XtraPrinting.PrintingSystem.PrintDlg">
  1517. <summary>
  1518. <para>Displays the standard Print dialog and prints the current document.</para>
  1519. </summary>
  1520. <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value containing the return value of the print dialog box.</returns>
  1521. </member>
  1522. <member name="P:DevExpress.XtraPrinting.PrintingSystem.Watermark">
  1523. <summary>
  1524. <para>Provides access to watermark settings of the printing system&#39;s document.</para>
  1525. </summary>
  1526. <value>A <see cref="T:DevExpress.XtraPrinting.Drawing.Watermark"/> object containing watermark settings.</value>
  1527. </member>
  1528. <member name="T:DevExpress.XtraPrinting.PrintTool">
  1529. <summary>
  1530. <para>The base class for the <see cref="T:DevExpress.XtraReports.UI.ReportPrintTool"/> class.</para>
  1531. </summary>
  1532. </member>
  1533. <member name="M:DevExpress.XtraPrinting.PrintTool.#ctor(DevExpress.XtraPrinting.PrintingSystemBase)">
  1534. <summary>
  1535. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.PrintTool"/> class with the specified Printing System.</para>
  1536. </summary>
  1537. <param name="printingSystem">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object that represents the Print Tool&#39;s Printing System. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.PrintToolBase.PrintingSystem"/> property.</param>
  1538. </member>
  1539. <member name="M:DevExpress.XtraPrinting.PrintTool.ClosePreview">
  1540. <summary>
  1541. <para>Closes the Print Preview form.</para>
  1542. </summary>
  1543. </member>
  1544. <member name="M:DevExpress.XtraPrinting.PrintTool.CloseRibbonPreview">
  1545. <summary>
  1546. <para>Closes the Ribbon Print Preview form.</para>
  1547. </summary>
  1548. </member>
  1549. <member name="M:DevExpress.XtraPrinting.PrintTool.Dispose">
  1550. <summary>
  1551. <para>Disposes of the <see cref="T:DevExpress.XtraPrinting.PrintTool"/> object.</para>
  1552. </summary>
  1553. </member>
  1554. <member name="M:DevExpress.XtraPrinting.PrintTool.LoadPrinterSettings(System.String)">
  1555. <summary>
  1556. <para>Applies the printer settings restored from the specified file to the system default printer.</para>
  1557. </summary>
  1558. <param name="filePath">A <see cref="T:System.String"/> value, specifying the name of the file (with a full path to it) from where the printer settings should be loaded.</param>
  1559. </member>
  1560. <member name="M:DevExpress.XtraPrinting.PrintTool.LoadPrinterSettingsFromRegistry(System.String)">
  1561. <summary>
  1562. <para>Applies the printer settings restored from the specified registry to the system default printer.</para>
  1563. </summary>
  1564. <param name="path">A <see cref="T:System.String"/>, specifying the system registry path from where the printer settings should be loaded.</param>
  1565. </member>
  1566. <member name="M:DevExpress.XtraPrinting.PrintTool.LoadPrinterSettingsFromStream(System.IO.Stream)">
  1567. <summary>
  1568. <para>Applies the printer settings restored from the specified stream to the system default printer.</para>
  1569. </summary>
  1570. <param name="stream">A <see cref="T:System.IO.Stream"/> from where the printer settings should be loaded.</param>
  1571. </member>
  1572. <member name="M:DevExpress.XtraPrinting.PrintTool.MakeCommandResponsive(DevExpress.XtraPrinting.PrintingSystemBase)">
  1573. <summary>
  1574. <para>For internal use.</para>
  1575. </summary>
  1576. <param name="printingSystem">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> descendant.</param>
  1577. </member>
  1578. <member name="P:DevExpress.XtraPrinting.PrintTool.PreviewForm">
  1579. <summary>
  1580. <para>Provides access to a Print Preview form of the <see cref="T:DevExpress.XtraPrinting.PrintTool"/>.</para>
  1581. </summary>
  1582. <value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintPreviewFormEx"/> object.</value>
  1583. </member>
  1584. <member name="P:DevExpress.XtraPrinting.PrintTool.PreviewRibbonForm">
  1585. <summary>
  1586. <para>Provides access to a Ribbon Print Preview form of the <see cref="T:DevExpress.XtraPrinting.PrintTool"/>.</para>
  1587. </summary>
  1588. <value>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormEx"/> object.</value>
  1589. </member>
  1590. <member name="M:DevExpress.XtraPrinting.PrintTool.PrintDialog">
  1591. <summary>
  1592. <para>Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.</para>
  1593. </summary>
  1594. <returns>true if the user clicks OK in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic).</returns>
  1595. </member>
  1596. <member name="M:DevExpress.XtraPrinting.PrintTool.PrintDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
  1597. <summary>
  1598. <para>Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.</para>
  1599. </summary>
  1600. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Print dialog.</param>
  1601. <returns>true if the user clicks Print in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic).</returns>
  1602. </member>
  1603. <member name="M:DevExpress.XtraPrinting.PrintTool.PrintDialog(System.Windows.Forms.IWin32Window)">
  1604. <summary>
  1605. <para>Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.</para>
  1606. </summary>
  1607. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.</param>
  1608. <returns>true if the user clicks Print in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic).</returns>
  1609. </member>
  1610. <member name="M:DevExpress.XtraPrinting.PrintTool.PrintDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  1611. <summary>
  1612. <para>Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.</para>
  1613. </summary>
  1614. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.</param>
  1615. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Print dialog.</param>
  1616. <returns>true if the user clicks Print in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic).</returns>
  1617. </member>
  1618. <member name="M:DevExpress.XtraPrinting.PrintTool.SavePrinterSettings(System.String)">
  1619. <summary>
  1620. <para>Saves the settings of the system default printer to the specified file.</para>
  1621. </summary>
  1622. <param name="filePath">A <see cref="T:System.String"/> value, specifying the name of the file (with a full path to it) to where the printer settings should be saved.</param>
  1623. </member>
  1624. <member name="M:DevExpress.XtraPrinting.PrintTool.SavePrinterSettingsToRegistry(System.String)">
  1625. <summary>
  1626. <para>Saves the settings of the system default printer to the specified registry.</para>
  1627. </summary>
  1628. <param name="path">A <see cref="T:System.String"/>, specifying the system registry path to where the printer settings should be saved.</param>
  1629. </member>
  1630. <member name="M:DevExpress.XtraPrinting.PrintTool.SavePrinterSettingsToStream(System.IO.Stream)">
  1631. <summary>
  1632. <para>Saves the settings of the system default printer to the specified stream.</para>
  1633. </summary>
  1634. <param name="stream">A <see cref="T:System.IO.Stream"/> to where the printer settings should be saved.</param>
  1635. </member>
  1636. <member name="M:DevExpress.XtraPrinting.PrintTool.ShowPageSetup">
  1637. <summary>
  1638. <para>Displays a customized Page Setup dialog that reflects the application&#39;s current Look And Feel settings.</para>
  1639. </summary>
  1640. <returns>true if a user clicks OK; false if a user clicks Cancel, otherwise null (Nothing in Visual Basic).</returns>
  1641. </member>
  1642. <member name="M:DevExpress.XtraPrinting.PrintTool.ShowPreview">
  1643. <summary>
  1644. <para>Invokes the standard Print Preview form showing the document that is created from a source (report or link) assigned to the <see cref="T:DevExpress.XtraPrinting.PrintTool"/>.</para>
  1645. </summary>
  1646. </member>
  1647. <member name="M:DevExpress.XtraPrinting.PrintTool.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
  1648. <summary>
  1649. <para>Invokes the standard Print Preview form showing the document that is created from a source (report or link) assigned to the <see cref="T:DevExpress.XtraPrinting.PrintTool"/>. The form is invoked using the specified look-and-feel settings.</para>
  1650. </summary>
  1651. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Print Preview form.</param>
  1652. </member>
  1653. <member name="M:DevExpress.XtraPrinting.PrintTool.ShowPreview(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  1654. <summary>
  1655. <para>Invokes the standard Print Preview form showing the document that is created from a source (report or link) assigned to the <see cref="T:DevExpress.XtraPrinting.PrintTool"/>. The form is invoked as a child of the specified parent window, using the specified look-and-feel settings.</para>
  1656. </summary>
  1657. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.</param>
  1658. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Print Preview form.</param>
  1659. </member>
  1660. <member name="M:DevExpress.XtraPrinting.PrintTool.ShowPreviewDialog">
  1661. <summary>
  1662. <para>Invokes the standard Print Preview dialog showing the document that is created from a source (report or link) assigned to the <see cref="T:DevExpress.XtraPrinting.PrintTool"/>.</para>
  1663. </summary>
  1664. </member>
  1665. <member name="M:DevExpress.XtraPrinting.PrintTool.ShowPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
  1666. <summary>
  1667. <para>Invokes the standard Print Preview form showing the document that is created from a source (report or link) assigned to the <see cref="T:DevExpress.XtraPrinting.PrintTool"/>. The form is invoked using the specified look-and-feel settings.</para>
  1668. </summary>
  1669. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Print Preview form.</param>
  1670. </member>
  1671. <member name="M:DevExpress.XtraPrinting.PrintTool.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  1672. <summary>
  1673. <para>Invokes the standard Print Preview dialog showing the document that is created from a source (report or link) assigned to the <see cref="T:DevExpress.XtraPrinting.PrintTool"/>. The dialog is invoked using the specified look-and-feel settings.</para>
  1674. </summary>
  1675. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.</param>
  1676. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Print Preview form.</param>
  1677. </member>
  1678. <member name="M:DevExpress.XtraPrinting.PrintTool.ShowRibbonPreview">
  1679. <summary>
  1680. <para>Invokes the Ribbon Print Preview form showing the document that is created from a source (report or link) assigned to the <see cref="T:DevExpress.XtraPrinting.PrintTool"/>.</para>
  1681. </summary>
  1682. </member>
  1683. <member name="M:DevExpress.XtraPrinting.PrintTool.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
  1684. <summary>
  1685. <para>Invokes the Ribbon Print Preview form showing the document that is created from a source (report or link) assigned to the <see cref="T:DevExpress.XtraPrinting.PrintTool"/>. The form is invoked using the specified look-and-feel settings.</para>
  1686. </summary>
  1687. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Ribbon Print Preview form.</param>
  1688. </member>
  1689. <member name="M:DevExpress.XtraPrinting.PrintTool.ShowRibbonPreview(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  1690. <summary>
  1691. <para>Invokes the Ribbon Print Preview form showing the document that is created from a source (report or link) assigned to the <see cref="T:DevExpress.XtraPrinting.PrintTool"/>. The form is invoked as a child of the specified parent window, using the specified look-and-feel settings.</para>
  1692. </summary>
  1693. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.</param>
  1694. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Ribbon Print Preview form.</param>
  1695. </member>
  1696. <member name="M:DevExpress.XtraPrinting.PrintTool.ShowRibbonPreviewDialog">
  1697. <summary>
  1698. <para>Invokes the Ribbon Print Preview dialog showing the document that is created from a source (report or link) assigned to the <see cref="T:DevExpress.XtraPrinting.PrintTool"/>.</para>
  1699. </summary>
  1700. </member>
  1701. <member name="M:DevExpress.XtraPrinting.PrintTool.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
  1702. <summary>
  1703. <para>Invokes the Ribbon Print Preview dialog showing the document that is created from a source (report or link) assigned to the <see cref="T:DevExpress.XtraPrinting.PrintTool"/>. The dialog is invoked using the specified look-and-feel settings.</para>
  1704. </summary>
  1705. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Ribbon Print Preview form.</param>
  1706. </member>
  1707. <member name="M:DevExpress.XtraPrinting.PrintTool.ShowRibbonPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  1708. <summary>
  1709. <para>Invokes the Ribbon Print Preview dialog showing the document that is created from a source (report or link) assigned to the <see cref="T:DevExpress.XtraPrinting.PrintTool"/>. The dialog is invoked as a child of the specified parent window, using the specified look-and-feel settings.</para>
  1710. </summary>
  1711. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object that is the parent window for this dialog.</param>
  1712. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look-and-feel settings applied to the Ribbon Print Preview form.</param>
  1713. </member>
  1714. <member name="T:DevExpress.XtraPrinting.XtraPageSettings">
  1715. <summary>
  1716. <para>Provides functionality to print reports.</para>
  1717. </summary>
  1718. </member>
  1719. <member name="M:DevExpress.XtraPrinting.XtraPageSettings.#ctor(DevExpress.XtraPrinting.PrintingSystemBase)">
  1720. <summary>
  1721. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.XtraPageSettings"/> class with the specified printing system.</para>
  1722. </summary>
  1723. <param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object, which identifies the printing system to be used.</param>
  1724. </member>
  1725. <member name="M:DevExpress.XtraPrinting.XtraPageSettings.Assign(System.Drawing.Printing.Margins,System.Drawing.Printing.PaperKind,System.String,System.Boolean)">
  1726. <summary>
  1727. <para>Assigns the page margins, paper kind, paper name and page orientation of a document, simultaneously.</para>
  1728. </summary>
  1729. <param name="margins">A <see cref="T:System.Drawing.Printing.Margins"/> object which specifies the margins of the document.</param>
  1730. <param name="paperKind">A <see cref="T:System.Drawing.Printing.PaperKind"/> value which specifies one of the standard paper sizes.</param>
  1731. <param name="paperName">A <see cref="T:System.String"/> value which specifies the name of the custom paper which is used in the printer that the document is going to be printed on.</param>
  1732. <param name="landscape">true to print a page in landscape orientation; otherwise, false.</param>
  1733. </member>
  1734. <member name="M:DevExpress.XtraPrinting.XtraPageSettings.Assign(System.Drawing.Printing.PageSettings)">
  1735. <summary>
  1736. <para>Assigns the specified page settings.</para>
  1737. </summary>
  1738. <param name="pageSettings">A <see cref="T:System.Drawing.Printing.PageSettings"/> object providing the page settings.</param>
  1739. </member>
  1740. <member name="M:DevExpress.XtraPrinting.XtraPageSettings.AssignDefaultPrinterSettings">
  1741. <summary>
  1742. <para>Assigns the default printer&#39;s settings to the <see cref="T:DevExpress.XtraPrinting.XtraPageSettings"/> object.</para>
  1743. </summary>
  1744. </member>
  1745. <member name="M:DevExpress.XtraPrinting.XtraPageSettings.AssignDefaultPrinterSettings(DevExpress.XtraPrinting.PrinterSettingsUsing)">
  1746. <summary>
  1747. <para>Assigns the default printer settings to the current page settings according to the specified <see cref="T:DevExpress.XtraPrinting.PrinterSettingsUsing"/> value.</para>
  1748. </summary>
  1749. <param name="settingsUsing">A <see cref="T:DevExpress.XtraPrinting.PrinterSettingsUsing"/> object specifying which of the printer settings should be assigned.</param>
  1750. </member>
  1751. <member name="M:DevExpress.XtraPrinting.XtraPageSettings.AssignPrinterSettings(System.String,System.String,DevExpress.XtraPrinting.PrinterSettingsUsing)">
  1752. <summary>
  1753. <para>Assigns the specified printer&#39;s settings to the <see cref="T:DevExpress.XtraPrinting.XtraPageSettings"/> object.</para>
  1754. </summary>
  1755. <param name="printerName">A <see cref="T:System.String"/> value specifying the printer name. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.XtraPageSettingsBase.PrinterName"/> property.</param>
  1756. <param name="paperName">A <see cref="T:System.String"/> value specifying the paper name. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.XtraPageSettingsBase.PaperName"/> property.</param>
  1757. <param name="settingsUsing">A <see cref="T:DevExpress.XtraPrinting.PrinterSettingsUsing"/> object specifying which of the printer settings should be assigned.</param>
  1758. </member>
  1759. <member name="P:DevExpress.XtraPrinting.XtraPageSettings.PageSettings">
  1760. <summary>
  1761. <para>Provides access to the current page settings.</para>
  1762. </summary>
  1763. <value>A <see cref="T:System.Drawing.Printing.PageSettings"/> object representing the current page settings.</value>
  1764. </member>
  1765. <member name="N:DevExpress.XtraPrintingLinks">
  1766. <summary>
  1767. <para>Contains classes which provide printing and exporting functionality for standard Windows Forms controls.</para>
  1768. </summary>
  1769. </member>
  1770. <member name="T:DevExpress.XtraPrintingLinks.CompositeLink">
  1771. <summary>
  1772. <para>A composite link that can be used to combine several printing links together into a composite document.</para>
  1773. </summary>
  1774. </member>
  1775. <member name="M:DevExpress.XtraPrintingLinks.CompositeLink.#ctor">
  1776. <summary>
  1777. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.CompositeLink"/> class with default settings.</para>
  1778. </summary>
  1779. </member>
  1780. <member name="M:DevExpress.XtraPrintingLinks.CompositeLink.#ctor(DevExpress.XtraPrinting.PrintingSystem)">
  1781. <summary>
  1782. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.CompositeLink"/> class with the specified printing system.</para>
  1783. </summary>
  1784. <param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Link.PrintingSystem"/> property.</param>
  1785. </member>
  1786. <member name="M:DevExpress.XtraPrintingLinks.CompositeLink.#ctor(System.ComponentModel.IContainer)">
  1787. <summary>
  1788. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.CompositeLink"/> class with the specified container.</para>
  1789. </summary>
  1790. <param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface which specifies the owner container of a <see cref="T:DevExpress.XtraPrintingLinks.CompositeLink"/> class instance.</param>
  1791. </member>
  1792. <member name="M:DevExpress.XtraPrintingLinks.CompositeLink.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)">
  1793. <summary>
  1794. <para>Indicates whether or not the specified Printing System command can be handled.</para>
  1795. </summary>
  1796. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.</param>
  1797. <param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param>
  1798. <returns>true if the command can be handled; otherwise, false.</returns>
  1799. </member>
  1800. <member name="M:DevExpress.XtraPrintingLinks.CompositeLink.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)">
  1801. <summary>
  1802. <para>Creates a document using the specified Printing System, so the document can be displayed or printed.</para>
  1803. </summary>
  1804. <param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the Printing System of the link.</param>
  1805. </member>
  1806. <member name="M:DevExpress.XtraPrintingLinks.CompositeLink.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)">
  1807. <summary>
  1808. <para>Handles the specified Printing System command.</para>
  1809. </summary>
  1810. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.</param>
  1811. <param name="args">A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.</param>
  1812. <param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param>
  1813. <param name="handled">true if the command has been handled by a link; otherwise, false.</param>
  1814. </member>
  1815. <member name="P:DevExpress.XtraPrintingLinks.CompositeLink.ImageCollection">
  1816. <summary>
  1817. <para>Provides access to the link&#39;s collection of images.</para>
  1818. </summary>
  1819. <value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.</value>
  1820. </member>
  1821. <member name="P:DevExpress.XtraPrintingLinks.CompositeLink.Images">
  1822. <summary>
  1823. <para>A collection of images which can be added to the Page Headers and Footers.</para>
  1824. </summary>
  1825. <value>An <see cref="T:DevExpress.Utils.Images"/> object.</value>
  1826. </member>
  1827. <member name="P:DevExpress.XtraPrintingLinks.CompositeLink.ImageStream">
  1828. <summary>
  1829. <para>For internal use. Specifies a stream which contains images to display in the link&#39;s Page Header and Footer.</para>
  1830. </summary>
  1831. <value>A DevExpress.Utils.ImageCollectionStreamer object.</value>
  1832. </member>
  1833. <member name="M:DevExpress.XtraPrintingLinks.CompositeLink.Print">
  1834. <summary>
  1835. <para>Prints the current document using the system default printer.</para>
  1836. </summary>
  1837. </member>
  1838. <member name="M:DevExpress.XtraPrintingLinks.CompositeLink.Print(System.String)">
  1839. <summary>
  1840. <para>Prints the current document to the specified printer.</para>
  1841. </summary>
  1842. <param name="printerName">A <see cref="T:System.String"/> value, specifying the printer name.</param>
  1843. </member>
  1844. <member name="M:DevExpress.XtraPrintingLinks.CompositeLink.PrintDlg">
  1845. <summary>
  1846. <para>Displays the standard Print dialog and prints the current document.</para>
  1847. </summary>
  1848. </member>
  1849. <member name="P:DevExpress.XtraPrintingLinks.CompositeLink.PrintingSystem">
  1850. <summary>
  1851. <para>Gets or sets the Printing System used to create and print a document for this link.</para>
  1852. </summary>
  1853. <value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.</value>
  1854. </member>
  1855. <member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowPreview">
  1856. <summary>
  1857. <para>Invokes the Print Preview form with the document created from this link.</para>
  1858. </summary>
  1859. </member>
  1860. <member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
  1861. <summary>
  1862. <para>Invokes the Print Preview form with the document created from this link.</para>
  1863. </summary>
  1864. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Print Preview form.</param>
  1865. </member>
  1866. <member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowPreview(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  1867. <summary>
  1868. <para>Invokes the Print Preview Form that shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.</para>
  1869. </summary>
  1870. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  1871. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Print Preview Form.</param>
  1872. </member>
  1873. <member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowPreviewDialog">
  1874. <summary>
  1875. <para>Invokes the modal Print Preview form with the document created from this link.</para>
  1876. </summary>
  1877. </member>
  1878. <member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window)">
  1879. <summary>
  1880. <para>Invokes the modal Print Preview form with the document created from this link.</para>
  1881. </summary>
  1882. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  1883. </member>
  1884. <member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  1885. <summary>
  1886. <para>Invokes the modal Print Preview form with the document created from this link.</para>
  1887. </summary>
  1888. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  1889. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Print Preview form.</param>
  1890. </member>
  1891. <member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
  1892. <summary>
  1893. <para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para>
  1894. </summary>
  1895. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param>
  1896. </member>
  1897. <member name="M:DevExpress.XtraPrintingLinks.CompositeLink.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
  1898. <summary>
  1899. <para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para>
  1900. </summary>
  1901. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param>
  1902. </member>
  1903. <member name="T:DevExpress.XtraPrintingLinks.DataGridLink">
  1904. <summary>
  1905. <para>A link to print the <see cref="T:System.Windows.Forms.DataGrid"/> control.</para>
  1906. </summary>
  1907. </member>
  1908. <member name="M:DevExpress.XtraPrintingLinks.DataGridLink.#ctor">
  1909. <summary>
  1910. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.DataGridLink"/> class with default settings.</para>
  1911. </summary>
  1912. </member>
  1913. <member name="M:DevExpress.XtraPrintingLinks.DataGridLink.#ctor(DevExpress.XtraPrinting.PrintingSystem)">
  1914. <summary>
  1915. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.DataGridLink"/> class with the specified printing system.</para>
  1916. </summary>
  1917. <param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Link.PrintingSystem"/> property.</param>
  1918. </member>
  1919. <member name="M:DevExpress.XtraPrintingLinks.DataGridLink.#ctor(System.ComponentModel.IContainer)">
  1920. <summary>
  1921. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.DataGridLink"/> class with the specified container.</para>
  1922. </summary>
  1923. <param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface which specifies the owner container of a <see cref="T:DevExpress.XtraPrintingLinks.DataGridLink"/> class instance.</param>
  1924. </member>
  1925. <member name="M:DevExpress.XtraPrintingLinks.DataGridLink.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)">
  1926. <summary>
  1927. <para>Indicates whether or not the specified Printing System command can be handled.</para>
  1928. </summary>
  1929. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.</param>
  1930. <param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param>
  1931. <returns>true if the command can be handled; otherwise, false.</returns>
  1932. </member>
  1933. <member name="M:DevExpress.XtraPrintingLinks.DataGridLink.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)">
  1934. <summary>
  1935. <para>Creates a document using the specified Printing System, so the document can be displayed or printed.</para>
  1936. </summary>
  1937. <param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the printing system of the link.</param>
  1938. </member>
  1939. <member name="M:DevExpress.XtraPrintingLinks.DataGridLink.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)">
  1940. <summary>
  1941. <para>Handles the specified Printing System command.</para>
  1942. </summary>
  1943. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.</param>
  1944. <param name="args">A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.</param>
  1945. <param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param>
  1946. <param name="handled">true if the command has been handled by a link; otherwise, false.</param>
  1947. </member>
  1948. <member name="P:DevExpress.XtraPrintingLinks.DataGridLink.ImageCollection">
  1949. <summary>
  1950. <para>Provides access to the link&#39;s collection of images.</para>
  1951. </summary>
  1952. <value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.</value>
  1953. </member>
  1954. <member name="P:DevExpress.XtraPrintingLinks.DataGridLink.Images">
  1955. <summary>
  1956. <para>A collection of images which can be added to the page&#39;s headers and footers.</para>
  1957. </summary>
  1958. <value>An <see cref="T:DevExpress.Utils.Images"/> object which represents a collection of images that can be used in the report.</value>
  1959. </member>
  1960. <member name="P:DevExpress.XtraPrintingLinks.DataGridLink.ImageStream">
  1961. <summary>
  1962. <para>For internal use. Specifies a stream which contains images to display in the link&#39;s Page Header and Footer.</para>
  1963. </summary>
  1964. <value>An DevExpress.Utils.ImageCollectionStreamer object.</value>
  1965. </member>
  1966. <member name="M:DevExpress.XtraPrintingLinks.DataGridLink.Print">
  1967. <summary>
  1968. <para>Prints the current document using the system default printer.</para>
  1969. </summary>
  1970. </member>
  1971. <member name="M:DevExpress.XtraPrintingLinks.DataGridLink.Print(System.String)">
  1972. <summary>
  1973. <para>Prints the current document to the specified printer.</para>
  1974. </summary>
  1975. <param name="printerName">A <see cref="T:System.String"/> value, specifying the printer name.</param>
  1976. </member>
  1977. <member name="M:DevExpress.XtraPrintingLinks.DataGridLink.PrintDlg">
  1978. <summary>
  1979. <para>Displays the standard Print dialog and prints the current document.</para>
  1980. </summary>
  1981. </member>
  1982. <member name="P:DevExpress.XtraPrintingLinks.DataGridLink.PrintingSystem">
  1983. <summary>
  1984. <para>Gets or sets the Printing System used to create and print a document for this link.</para>
  1985. </summary>
  1986. <value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.</value>
  1987. </member>
  1988. <member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowPreview">
  1989. <summary>
  1990. <para>Invokes the Print Preview Form which shows the print preview of the document for this link.</para>
  1991. </summary>
  1992. </member>
  1993. <member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
  1994. <summary>
  1995. <para>Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings.</para>
  1996. </summary>
  1997. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param>
  1998. </member>
  1999. <member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowPreview(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  2000. <summary>
  2001. <para>Invokes the Print Preview Form that shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.</para>
  2002. </summary>
  2003. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  2004. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Print Preview Form.</param>
  2005. </member>
  2006. <member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowPreviewDialog">
  2007. <summary>
  2008. <para>Invokes the Print Preview Form which modally shows the print preview of the document for this link.</para>
  2009. </summary>
  2010. </member>
  2011. <member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window)">
  2012. <summary>
  2013. <para>Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window.</para>
  2014. </summary>
  2015. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  2016. </member>
  2017. <member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  2018. <summary>
  2019. <para>Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.</para>
  2020. </summary>
  2021. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  2022. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param>
  2023. </member>
  2024. <member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
  2025. <summary>
  2026. <para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para>
  2027. </summary>
  2028. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param>
  2029. </member>
  2030. <member name="M:DevExpress.XtraPrintingLinks.DataGridLink.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
  2031. <summary>
  2032. <para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para>
  2033. </summary>
  2034. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param>
  2035. </member>
  2036. <member name="T:DevExpress.XtraPrintingLinks.DataGridLinkBase">
  2037. <summary>
  2038. <para>The base class for the <see cref="T:DevExpress.XtraPrintingLinks.DataGridLink"/> class.</para>
  2039. </summary>
  2040. </member>
  2041. <member name="M:DevExpress.XtraPrintingLinks.DataGridLinkBase.#ctor">
  2042. <summary>
  2043. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.DataGridLinkBase"/> class.</para>
  2044. </summary>
  2045. </member>
  2046. <member name="M:DevExpress.XtraPrintingLinks.DataGridLinkBase.#ctor(DevExpress.XtraPrinting.PrintingSystemBase)">
  2047. <summary>
  2048. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.DataGridLinkBase"/> class with specified printing system.</para>
  2049. </summary>
  2050. <param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrintingLinks.DataGridLink.PrintingSystem"/> property.</param>
  2051. </member>
  2052. <member name="M:DevExpress.XtraPrintingLinks.DataGridLinkBase.#ctor(System.ComponentModel.IContainer)">
  2053. <summary>
  2054. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.DataGridLinkBase"/> class with specified container.</para>
  2055. </summary>
  2056. <param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface which specifies the owner container of a <see cref="T:DevExpress.XtraPrintingLinks.DataGridLinkBase"/> class instance.</param>
  2057. </member>
  2058. <member name="M:DevExpress.XtraPrintingLinks.DataGridLinkBase.AddSubreport(System.Drawing.PointF)">
  2059. <summary>
  2060. <para>Adds a subreport to the current report.</para>
  2061. </summary>
  2062. <param name="offset">A <see cref="T:System.Drawing.PointF"/> object which specifies the vertical offset of the subreport within the current report.</param>
  2063. </member>
  2064. <member name="P:DevExpress.XtraPrintingLinks.DataGridLinkBase.AutoHeight">
  2065. <summary>
  2066. <para>Gets or sets a value indicating whether the height of the DataGrid to be printed should be calculated automatically.</para>
  2067. </summary>
  2068. <value>true to automatically calculate a data grid&#39;s height; otherwise, false.</value>
  2069. </member>
  2070. <member name="P:DevExpress.XtraPrintingLinks.DataGridLinkBase.DataGrid">
  2071. <summary>
  2072. <para>Gets or sets a <see cref="T:System.Windows.Forms.DataGrid"/> object to be printed via the current link.</para>
  2073. </summary>
  2074. <value>A <see cref="T:System.Windows.Forms.DataGrid"/> object to be printed.</value>
  2075. </member>
  2076. <member name="P:DevExpress.XtraPrintingLinks.DataGridLinkBase.PrintableObjectType">
  2077. <summary>
  2078. <para>Gets the type of the object to be printed by the link.</para>
  2079. </summary>
  2080. <value>A <see cref="T:System.Type"/> class descendant representing the <see cref="T:System.Windows.Forms.DataGrid"/> type.</value>
  2081. </member>
  2082. <member name="P:DevExpress.XtraPrintingLinks.DataGridLinkBase.PrintStyle">
  2083. <summary>
  2084. <para>Gets or sets the data grid&#39;s printing style.</para>
  2085. </summary>
  2086. <value>A <see cref="T:DevExpress.XtraPrintingLinks.DataGridPrintStyle"/> object.</value>
  2087. </member>
  2088. <member name="M:DevExpress.XtraPrintingLinks.DataGridLinkBase.SetDataObject(System.Object)">
  2089. <summary>
  2090. <para>Sets the object to be printed by this link.</para>
  2091. </summary>
  2092. <param name="data">A <see cref="T:System.Windows.Forms.DataGrid"/> object to be printed by this link.</param>
  2093. </member>
  2094. <member name="P:DevExpress.XtraPrintingLinks.DataGridLinkBase.UseDataGridView">
  2095. <summary>
  2096. <para>Gets or sets a value indicating whether this <see cref="T:DevExpress.XtraPrintingLinks.DataGridLinkBase"/> class descendant should use the visual style of the DataGrid it prints.</para>
  2097. </summary>
  2098. <value>true to use the DatGrid style; otherwise, false.</value>
  2099. </member>
  2100. <member name="T:DevExpress.XtraPrintingLinks.DataGridPrintStyle">
  2101. <summary>
  2102. <para>Represents a print style used to print the <see cref="T:System.Windows.Forms.DataGrid"/> via the <see cref="T:DevExpress.XtraPrintingLinks.DataGridLink"/>.</para>
  2103. </summary>
  2104. </member>
  2105. <member name="M:DevExpress.XtraPrintingLinks.DataGridPrintStyle.#ctor">
  2106. <summary>
  2107. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.DataGridPrintStyle"/> class with the default settings.</para>
  2108. </summary>
  2109. </member>
  2110. <member name="M:DevExpress.XtraPrintingLinks.DataGridPrintStyle.#ctor(DevExpress.XtraPrintingLinks.DataGridPrintStyle)">
  2111. <summary>
  2112. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.DataGridPrintStyle"/> class with specified source print style.</para>
  2113. </summary>
  2114. <param name="printStyle">A <see cref="T:DevExpress.XtraPrintingLinks.DataGridPrintStyle"/> object whose properties are to be copied.</param>
  2115. </member>
  2116. <member name="M:DevExpress.XtraPrintingLinks.DataGridPrintStyle.#ctor(System.Windows.Forms.DataGrid)">
  2117. <summary>
  2118. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.DataGridPrintStyle"/> class with specified data grid.</para>
  2119. </summary>
  2120. <param name="dataGrid">A <see cref="T:System.Windows.Forms.DataGrid"/> object whose print style settings are to be copied.</param>
  2121. </member>
  2122. <member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.AlternatingBackColor">
  2123. <summary>
  2124. <para>Gets or sets the background color of odd-numbered rows of the grid.</para>
  2125. </summary>
  2126. <value>A <see cref="T:System.Drawing.Color"/> that represents the alternating background color.</value>
  2127. </member>
  2128. <member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.BackColor">
  2129. <summary>
  2130. <para>Gets or sets the background color of even-numbered rows of the grid.</para>
  2131. </summary>
  2132. <value>A <see cref="T:System.Drawing.Color"/> that represents the color of rows in the grid.</value>
  2133. </member>
  2134. <member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.CaptionBackColor">
  2135. <summary>
  2136. <para>Gets or sets the background color of the caption area.</para>
  2137. </summary>
  2138. <value>A <see cref="T:System.Drawing.Color"/> that represents the caption&#39;s background color.</value>
  2139. </member>
  2140. <member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.CaptionForeColor">
  2141. <summary>
  2142. <para>Gets or sets the foreground color of the caption area.</para>
  2143. </summary>
  2144. <value>A <see cref="T:System.Drawing.Color"/> that represents the foreground color of the caption area.</value>
  2145. </member>
  2146. <member name="M:DevExpress.XtraPrintingLinks.DataGridPrintStyle.CopyFrom(DevExpress.XtraPrintingLinks.DataGridPrintStyle)">
  2147. <summary>
  2148. <para>Duplicates the properties of the specified print style into the current <see cref="T:DevExpress.XtraPrintingLinks.DataGridPrintStyle"/> instance.</para>
  2149. </summary>
  2150. <param name="printStyle">A <see cref="T:DevExpress.XtraPrintingLinks.DataGridPrintStyle"/> object whose properties are to be copied.</param>
  2151. </member>
  2152. <member name="M:DevExpress.XtraPrintingLinks.DataGridPrintStyle.CopyFrom(System.Windows.Forms.DataGrid)">
  2153. <summary>
  2154. <para>Duplicates the properties of the specified data grid&#39;s print style into the current <see cref="T:DevExpress.XtraPrintingLinks.DataGridPrintStyle"/> instance.</para>
  2155. </summary>
  2156. <param name="dataGrid">A <see cref="T:System.Windows.Forms.DataGrid"/> object whose print style settings are to be copied.</param>
  2157. </member>
  2158. <member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.FlatMode">
  2159. <summary>
  2160. <para>Gets or sets a value indicating whether the grid is printed in flat mode.</para>
  2161. </summary>
  2162. <value>true if the grid is displayed flat; otherwise, false.</value>
  2163. </member>
  2164. <member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.ForeColor">
  2165. <summary>
  2166. <para>Gets or sets the foreground color (typically the color of the text) of the data grid.</para>
  2167. </summary>
  2168. <value>A <see cref="T:System.Drawing.Color"/> that represents the foreground color.</value>
  2169. </member>
  2170. <member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.GridLineColor">
  2171. <summary>
  2172. <para>Gets or sets the color of the grid lines.</para>
  2173. </summary>
  2174. <value>A <see cref="T:System.Drawing.Color"/> that represents the color of the grid lines.</value>
  2175. </member>
  2176. <member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.GridLineStyle">
  2177. <summary>
  2178. <para>Gets or sets the line style of the grid.</para>
  2179. </summary>
  2180. <value>One of the <see cref="T:System.Windows.Forms.DataGridLineStyle"/> values.</value>
  2181. </member>
  2182. <member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.HeaderBackColor">
  2183. <summary>
  2184. <para>Gets or sets the background color of all row and column headers.</para>
  2185. </summary>
  2186. <value>A <see cref="T:System.Drawing.Color"/> that represents the background color of row and column headers.</value>
  2187. </member>
  2188. <member name="P:DevExpress.XtraPrintingLinks.DataGridPrintStyle.HeaderForeColor">
  2189. <summary>
  2190. <para>Gets or sets the foreground color of headers.</para>
  2191. </summary>
  2192. <value>A <see cref="T:System.Drawing.Color"/> that represents the foreground color of the grid&#39;s column headers, including the column header text and the plus/minus glyphs.</value>
  2193. </member>
  2194. <member name="M:DevExpress.XtraPrintingLinks.DataGridPrintStyle.ToString">
  2195. <summary>
  2196. <para>Returns the textual representation of the print style.</para>
  2197. </summary>
  2198. <returns>A <see cref="T:System.String"/> value which specifies the full name of the class.</returns>
  2199. </member>
  2200. <member name="T:DevExpress.XtraPrintingLinks.ListViewLink">
  2201. <summary>
  2202. <para>A link to print the <see cref="T:System.Windows.Forms.ListView"/> control.</para>
  2203. </summary>
  2204. </member>
  2205. <member name="M:DevExpress.XtraPrintingLinks.ListViewLink.#ctor">
  2206. <summary>
  2207. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.ListViewLink"/> class with the default settings.</para>
  2208. </summary>
  2209. </member>
  2210. <member name="M:DevExpress.XtraPrintingLinks.ListViewLink.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)">
  2211. <summary>
  2212. <para>Indicates whether or not the specified Printing System command can be handled.</para>
  2213. </summary>
  2214. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.</param>
  2215. <param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param>
  2216. <returns>true if the command can be handled; otherwise, false.</returns>
  2217. </member>
  2218. <member name="M:DevExpress.XtraPrintingLinks.ListViewLink.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)">
  2219. <summary>
  2220. <para>Creates a document using the specified Printing System, so the document can be displayed or printed.</para>
  2221. </summary>
  2222. <param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the printing system of the link.</param>
  2223. </member>
  2224. <member name="M:DevExpress.XtraPrintingLinks.ListViewLink.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)">
  2225. <summary>
  2226. <para>Handles the specified Printing System command.</para>
  2227. </summary>
  2228. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.</param>
  2229. <param name="args">A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.</param>
  2230. <param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param>
  2231. <param name="handled">true if the command has been handled by a link; otherwise, false.</param>
  2232. </member>
  2233. <member name="P:DevExpress.XtraPrintingLinks.ListViewLink.ImageCollection">
  2234. <summary>
  2235. <para>Provides access to the link&#39;s collection of images.</para>
  2236. </summary>
  2237. <value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.</value>
  2238. </member>
  2239. <member name="P:DevExpress.XtraPrintingLinks.ListViewLink.Images">
  2240. <summary>
  2241. <para>A collection of images which can be added to the Page Headers and Footers.</para>
  2242. </summary>
  2243. <value>An <see cref="T:DevExpress.Utils.Images"/> object which represents a collection of images that can be used in the report.</value>
  2244. </member>
  2245. <member name="P:DevExpress.XtraPrintingLinks.ListViewLink.ImageStream">
  2246. <summary>
  2247. <para>For internal use. Specifies a stream which contains images to display in the link&#39;s Page Header and Footer.</para>
  2248. </summary>
  2249. <value>A DevExpress.Utils.ImageCollectionStreamer object.</value>
  2250. </member>
  2251. <member name="M:DevExpress.XtraPrintingLinks.ListViewLink.Print">
  2252. <summary>
  2253. <para>Prints the current document using the system default printer.</para>
  2254. </summary>
  2255. </member>
  2256. <member name="M:DevExpress.XtraPrintingLinks.ListViewLink.Print(System.String)">
  2257. <summary>
  2258. <para>Prints the current document to the specified printer.</para>
  2259. </summary>
  2260. <param name="printerName">A <see cref="T:System.String"/> value, specifying the printer name.</param>
  2261. </member>
  2262. <member name="M:DevExpress.XtraPrintingLinks.ListViewLink.PrintDlg">
  2263. <summary>
  2264. <para>Displays the standard Print dialog and prints the current document.</para>
  2265. </summary>
  2266. </member>
  2267. <member name="P:DevExpress.XtraPrintingLinks.ListViewLink.PrintingSystem">
  2268. <summary>
  2269. <para>Gets or sets the Printing System used to create and print a document for this link.</para>
  2270. </summary>
  2271. <value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.</value>
  2272. </member>
  2273. <member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowPreview">
  2274. <summary>
  2275. <para>Invokes the Print Preview Form which shows the print preview of the document for this link.</para>
  2276. </summary>
  2277. </member>
  2278. <member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
  2279. <summary>
  2280. <para>Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings.</para>
  2281. </summary>
  2282. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param>
  2283. </member>
  2284. <member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowPreview(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  2285. <summary>
  2286. <para>Invokes the Print Preview Form that shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.</para>
  2287. </summary>
  2288. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  2289. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Print Preview Form.</param>
  2290. </member>
  2291. <member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowPreviewDialog">
  2292. <summary>
  2293. <para>Invokes the Print Preview Form which modally shows the print preview of the document for this link.</para>
  2294. </summary>
  2295. </member>
  2296. <member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window)">
  2297. <summary>
  2298. <para>Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window.</para>
  2299. </summary>
  2300. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  2301. </member>
  2302. <member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  2303. <summary>
  2304. <para>Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.</para>
  2305. </summary>
  2306. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  2307. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param>
  2308. </member>
  2309. <member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
  2310. <summary>
  2311. <para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para>
  2312. </summary>
  2313. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param>
  2314. </member>
  2315. <member name="M:DevExpress.XtraPrintingLinks.ListViewLink.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
  2316. <summary>
  2317. <para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para>
  2318. </summary>
  2319. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param>
  2320. </member>
  2321. <member name="T:DevExpress.XtraPrintingLinks.ListViewLinkBase">
  2322. <summary>
  2323. <para>The base class for the <see cref="T:DevExpress.XtraPrintingLinks.ListViewLink"/> class.</para>
  2324. </summary>
  2325. </member>
  2326. <member name="M:DevExpress.XtraPrintingLinks.ListViewLinkBase.#ctor">
  2327. <summary>
  2328. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.ListViewLinkBase"/> class with the default settings.</para>
  2329. </summary>
  2330. </member>
  2331. <member name="M:DevExpress.XtraPrintingLinks.ListViewLinkBase.AddSubreport(System.Drawing.PointF)">
  2332. <summary>
  2333. <para>Adds a subreport to the current report.</para>
  2334. </summary>
  2335. <param name="offset">A <see cref="T:System.Drawing.PointF"/> object which specifies the vertical offset of the subreport within the current report.</param>
  2336. </member>
  2337. <member name="P:DevExpress.XtraPrintingLinks.ListViewLinkBase.ListView">
  2338. <summary>
  2339. <para>Gets or sets a <see cref="T:System.Windows.Forms.ListView"/> object to be printed via the current link.</para>
  2340. </summary>
  2341. <value>A <see cref="T:System.Windows.Forms.ListView"/> object to be printed.</value>
  2342. </member>
  2343. <member name="P:DevExpress.XtraPrintingLinks.ListViewLinkBase.PrintableObjectType">
  2344. <summary>
  2345. <para>Gets the type of the object to be printed by the link.</para>
  2346. </summary>
  2347. <value>A <see cref="T:System.Type"/> class descendant representing the System.Windows.Forms.ListView type.</value>
  2348. </member>
  2349. <member name="M:DevExpress.XtraPrintingLinks.ListViewLinkBase.SetDataObject(System.Object)">
  2350. <summary>
  2351. <para>Sets the object to be printed by this link.</para>
  2352. </summary>
  2353. <param name="data">A <see cref="T:System.Windows.Forms.ListView"/> object to be printed by this link.</param>
  2354. </member>
  2355. <member name="T:DevExpress.XtraPrintingLinks.RichTextBoxLink">
  2356. <summary>
  2357. <para>A link to print the <see cref="T:System.Windows.Forms.RichTextBox"/> control.</para>
  2358. </summary>
  2359. </member>
  2360. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.#ctor">
  2361. <summary>
  2362. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.RichTextBoxLink"/> class with default settings.</para>
  2363. </summary>
  2364. </member>
  2365. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.#ctor(DevExpress.XtraPrinting.PrintingSystem)">
  2366. <summary>
  2367. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.RichTextBoxLink"/> class with the specified printing system.</para>
  2368. </summary>
  2369. <param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Link.PrintingSystem"/> property.</param>
  2370. </member>
  2371. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)">
  2372. <summary>
  2373. <para>Indicates whether or not the specified Printing System command can be handled.</para>
  2374. </summary>
  2375. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.</param>
  2376. <param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param>
  2377. <returns>true if the command can be handled; otherwise, false.</returns>
  2378. </member>
  2379. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)">
  2380. <summary>
  2381. <para>Creates a document using the specified Printing System, so the document can be displayed or printed.</para>
  2382. </summary>
  2383. <param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the printing system of the link.</param>
  2384. </member>
  2385. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)">
  2386. <summary>
  2387. <para>Handles the specified Printing System command.</para>
  2388. </summary>
  2389. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.</param>
  2390. <param name="args">A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.</param>
  2391. <param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param>
  2392. <param name="handled">true if the command has been handled by a link; otherwise, false.</param>
  2393. </member>
  2394. <member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLink.ImageCollection">
  2395. <summary>
  2396. <para>Provides access to the link&#39;s collection of images.</para>
  2397. </summary>
  2398. <value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.</value>
  2399. </member>
  2400. <member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLink.Images">
  2401. <summary>
  2402. <para>A collection of images which can be added to the Page Headers and Footers.</para>
  2403. </summary>
  2404. <value>An <see cref="T:DevExpress.Utils.Images"/> object which represents a collection of images that can be used in the report.</value>
  2405. </member>
  2406. <member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLink.ImageStream">
  2407. <summary>
  2408. <para>For internal use. Specifies a stream which contains images to display in the link&#39;s Page Header and Footer.</para>
  2409. </summary>
  2410. <value>A DevExpress.Utils.ImageCollectionStreamer object.</value>
  2411. </member>
  2412. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.Print">
  2413. <summary>
  2414. <para>Prints the current document using the system default printer.</para>
  2415. </summary>
  2416. </member>
  2417. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.Print(System.String)">
  2418. <summary>
  2419. <para>Prints the current document to the specified printer.</para>
  2420. </summary>
  2421. <param name="printerName">A <see cref="T:System.String"/> value, specifying the printer name.</param>
  2422. </member>
  2423. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.PrintDlg">
  2424. <summary>
  2425. <para>Displays the standard Print dialog and prints the current document.</para>
  2426. </summary>
  2427. </member>
  2428. <member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLink.PrintingSystem">
  2429. <summary>
  2430. <para>Gets or sets the Printing System used to create and print a document for this link.</para>
  2431. </summary>
  2432. <value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.</value>
  2433. </member>
  2434. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowPreview">
  2435. <summary>
  2436. <para>Invokes the Print Preview Form which shows the print preview of the document for this link.</para>
  2437. </summary>
  2438. </member>
  2439. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
  2440. <summary>
  2441. <para>Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings.</para>
  2442. </summary>
  2443. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param>
  2444. </member>
  2445. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowPreview(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  2446. <summary>
  2447. <para>Invokes the Print Preview Form that shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.</para>
  2448. </summary>
  2449. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  2450. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Print Preview Form.</param>
  2451. </member>
  2452. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowPreviewDialog">
  2453. <summary>
  2454. <para>Invokes the Print Preview Form which modally shows the print preview of the document for this link.</para>
  2455. </summary>
  2456. </member>
  2457. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window)">
  2458. <summary>
  2459. <para>Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window.</para>
  2460. </summary>
  2461. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  2462. </member>
  2463. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  2464. <summary>
  2465. <para>Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.</para>
  2466. </summary>
  2467. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  2468. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param>
  2469. </member>
  2470. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
  2471. <summary>
  2472. <para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para>
  2473. </summary>
  2474. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param>
  2475. </member>
  2476. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLink.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
  2477. <summary>
  2478. <para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para>
  2479. </summary>
  2480. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param>
  2481. </member>
  2482. <member name="T:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase">
  2483. <summary>
  2484. <para>The base class for the <see cref="T:DevExpress.XtraPrintingLinks.RichTextBoxLink"/> class.</para>
  2485. </summary>
  2486. </member>
  2487. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.#ctor">
  2488. <summary>
  2489. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase"/> class with the default settings.</para>
  2490. </summary>
  2491. </member>
  2492. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.#ctor(DevExpress.XtraPrinting.PrintingSystemBase)">
  2493. <summary>
  2494. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase"/> class with the specified printing system.</para>
  2495. </summary>
  2496. <param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrintingLinks.RichTextBoxLink.PrintingSystem"/> property.</param>
  2497. </member>
  2498. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.AddSubreport(System.Drawing.PointF)">
  2499. <summary>
  2500. <para>Adds a subreport to the current report.</para>
  2501. </summary>
  2502. <param name="offset">A <see cref="T:System.Drawing.PointF"/> object which specifies the vertical offset of the subreport within the current report.</param>
  2503. </member>
  2504. <member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.CustomFormatSize">
  2505. <summary>
  2506. <para>Gets or sets the custom size with which a System.Windows.Forms.RichTextBox control should be printed.</para>
  2507. </summary>
  2508. <value>A <see cref="T:System.Drawing.Size"/> value.</value>
  2509. </member>
  2510. <member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.InfiniteFormatHeight">
  2511. <summary>
  2512. <para>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.RichTextBox"/> should be printed with unlimited height.</para>
  2513. </summary>
  2514. <value>true if a RichTextBox should be printed with unlimited height; otherwise, false.</value>
  2515. </member>
  2516. <member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.PrintableObjectType">
  2517. <summary>
  2518. <para>Gets the type of the object to be printed by the link.</para>
  2519. </summary>
  2520. <value>A <see cref="T:System.Type"/> class descendant representing the <see cref="T:System.Windows.Forms.RichTextBox"/> type.</value>
  2521. </member>
  2522. <member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.PrintFormat">
  2523. <summary>
  2524. <para>Gets or sets a value indicating what size a <see cref="T:System.Windows.Forms.RichTextBox"/> is printed.</para>
  2525. </summary>
  2526. <value>A <see cref="T:DevExpress.XtraPrintingLinks.RichTextPrintFormat"/> enumeration value. The default is ClientPageSize.</value>
  2527. </member>
  2528. <member name="P:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.RichTextBox">
  2529. <summary>
  2530. <para>Gets or sets a <see cref="T:System.Windows.Forms.RichTextBox"/> object to be printed via the current link.</para>
  2531. </summary>
  2532. <value>A <see cref="T:System.Windows.Forms.RichTextBox"/> object to be printed. The default is null.</value>
  2533. </member>
  2534. <member name="M:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.SetDataObject(System.Object)">
  2535. <summary>
  2536. <para>Sets the object to be printed by this link.</para>
  2537. </summary>
  2538. <param name="data">A <see cref="T:System.Windows.Forms.RichTextBox"/> object to be printed by this link.</param>
  2539. </member>
  2540. <member name="T:DevExpress.XtraPrintingLinks.RichTextPrintFormat">
  2541. <summary>
  2542. <para>Specifies how the <see cref="T:System.Windows.Forms.RichTextBox"/> is printed via the <see cref="T:DevExpress.XtraPrintingLinks.RichTextBoxLink"/>.</para>
  2543. </summary>
  2544. </member>
  2545. <member name="F:DevExpress.XtraPrintingLinks.RichTextPrintFormat.ClientPageSize">
  2546. <summary>
  2547. <para>A RichTextBox is printed using the page width specified by the <see cref="P:DevExpress.XtraPrinting.PrintingSystem.PageSettings"/> of a link&#39;s <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/>.</para>
  2548. </summary>
  2549. </member>
  2550. <member name="F:DevExpress.XtraPrintingLinks.RichTextPrintFormat.Custom">
  2551. <summary>
  2552. <para>A RichTextBox is printed using the width specified via the <see cref="P:DevExpress.XtraPrintingLinks.RichTextBoxLinkBase.CustomFormatSize"/> property.</para>
  2553. </summary>
  2554. </member>
  2555. <member name="F:DevExpress.XtraPrintingLinks.RichTextPrintFormat.RichTextBoxSize">
  2556. <summary>
  2557. <para>A RichTextBox is printed using the Width property value of the RichTextBox control.</para>
  2558. </summary>
  2559. </member>
  2560. <member name="T:DevExpress.XtraPrintingLinks.TreeViewLink">
  2561. <summary>
  2562. <para>A link to print the <see cref="T:System.Windows.Forms.TreeView"/> control.</para>
  2563. </summary>
  2564. </member>
  2565. <member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.#ctor">
  2566. <summary>
  2567. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.TreeViewLink"/> class with default settings.</para>
  2568. </summary>
  2569. </member>
  2570. <member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.#ctor(DevExpress.XtraPrinting.PrintingSystem)">
  2571. <summary>
  2572. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.TreeViewLink"/> class with the specified printing system.</para>
  2573. </summary>
  2574. <param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Link.PrintingSystem"/> property.</param>
  2575. </member>
  2576. <member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)">
  2577. <summary>
  2578. <para>Indicates whether or not the specified Printing System command can be handled.</para>
  2579. </summary>
  2580. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.</param>
  2581. <param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface that specifies the print control (most typically, it is a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param>
  2582. <returns>true if the command can be handled; otherwise, false.</returns>
  2583. </member>
  2584. <member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)">
  2585. <summary>
  2586. <para>Creates a document using the specified Printing System, so the document can be displayed or printed.</para>
  2587. </summary>
  2588. <param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the printing system of the link.</param>
  2589. </member>
  2590. <member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)">
  2591. <summary>
  2592. <para>Handles the specified Printing System command.</para>
  2593. </summary>
  2594. <param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.</param>
  2595. <param name="args">A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.</param>
  2596. <param name="printControl">An object implementing the <see cref="T:DevExpress.XtraPrinting.IPrintControl"/> interface (most typically, it is the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class instance).</param>
  2597. <param name="handled">true if the command has been handled by a link; otherwise, false.</param>
  2598. </member>
  2599. <member name="P:DevExpress.XtraPrintingLinks.TreeViewLink.ImageCollection">
  2600. <summary>
  2601. <para>Provides access to the link&#39;s collection of images.</para>
  2602. </summary>
  2603. <value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.</value>
  2604. </member>
  2605. <member name="P:DevExpress.XtraPrintingLinks.TreeViewLink.Images">
  2606. <summary>
  2607. <para>A collection of images which can be added to the Page Headers and Footers.</para>
  2608. </summary>
  2609. <value>An <see cref="T:DevExpress.Utils.Images"/> object which represents a collection of images that can be used in the report.</value>
  2610. </member>
  2611. <member name="P:DevExpress.XtraPrintingLinks.TreeViewLink.ImageStream">
  2612. <summary>
  2613. <para>For internal use. Specifies a stream which contains images to display in the link&#39;s Page Header and Footer.</para>
  2614. </summary>
  2615. <value>A DevExpress.Utils.ImageCollectionStreamer object.</value>
  2616. </member>
  2617. <member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.Print">
  2618. <summary>
  2619. <para>Prints the current document using the system default printer.</para>
  2620. </summary>
  2621. </member>
  2622. <member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.Print(System.String)">
  2623. <summary>
  2624. <para>Prints the current document to the specified printer.</para>
  2625. </summary>
  2626. <param name="printerName">A <see cref="T:System.String"/> value, specifying the printer name.</param>
  2627. </member>
  2628. <member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.PrintDlg">
  2629. <summary>
  2630. <para>Displays the standard Print dialog and prints the current document.</para>
  2631. </summary>
  2632. </member>
  2633. <member name="P:DevExpress.XtraPrintingLinks.TreeViewLink.PrintingSystem">
  2634. <summary>
  2635. <para>Gets or sets the Printing System used to create and print a document for this link.</para>
  2636. </summary>
  2637. <value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.</value>
  2638. </member>
  2639. <member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowPreview">
  2640. <summary>
  2641. <para>Invokes the Print Preview Form which shows the print preview of the document for this link.</para>
  2642. </summary>
  2643. </member>
  2644. <member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
  2645. <summary>
  2646. <para>Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings.</para>
  2647. </summary>
  2648. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param>
  2649. </member>
  2650. <member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowPreview(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  2651. <summary>
  2652. <para>Invokes the Print Preview Form that shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.</para>
  2653. </summary>
  2654. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  2655. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Print Preview Form.</param>
  2656. </member>
  2657. <member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowPreviewDialog">
  2658. <summary>
  2659. <para>Invokes the Print Preview Form which modally shows the print preview of the document for this link.</para>
  2660. </summary>
  2661. </member>
  2662. <member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window)">
  2663. <summary>
  2664. <para>Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window.</para>
  2665. </summary>
  2666. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  2667. </member>
  2668. <member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
  2669. <summary>
  2670. <para>Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings.</para>
  2671. </summary>
  2672. <param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
  2673. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param>
  2674. </member>
  2675. <member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
  2676. <summary>
  2677. <para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para>
  2678. </summary>
  2679. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param>
  2680. </member>
  2681. <member name="M:DevExpress.XtraPrintingLinks.TreeViewLink.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
  2682. <summary>
  2683. <para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para>
  2684. </summary>
  2685. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon Print Preview form.</param>
  2686. </member>
  2687. <member name="T:DevExpress.XtraPrintingLinks.TreeViewLinkBase">
  2688. <summary>
  2689. <para>The base class for the <see cref="T:DevExpress.XtraPrintingLinks.TreeViewLink"/> class.</para>
  2690. </summary>
  2691. </member>
  2692. <member name="M:DevExpress.XtraPrintingLinks.TreeViewLinkBase.#ctor">
  2693. <summary>
  2694. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.TreeViewLinkBase"/> class with the default settings.</para>
  2695. </summary>
  2696. </member>
  2697. <member name="M:DevExpress.XtraPrintingLinks.TreeViewLinkBase.#ctor(DevExpress.XtraPrinting.PrintingSystemBase)">
  2698. <summary>
  2699. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrintingLinks.TreeViewLinkBase"/> class with specified printing system.</para>
  2700. </summary>
  2701. <param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrintingLinks.TreeViewLink.PrintingSystem"/> property.</param>
  2702. </member>
  2703. <member name="P:DevExpress.XtraPrintingLinks.TreeViewLinkBase.PrintableObjectType">
  2704. <summary>
  2705. <para>Gets the type of the object to be printed by the link.</para>
  2706. </summary>
  2707. <value>A <see cref="T:System.Type"/> class descendant representing the <see cref="T:System.Windows.Forms.TreeView"/> type.</value>
  2708. </member>
  2709. <member name="M:DevExpress.XtraPrintingLinks.TreeViewLinkBase.SetDataObject(System.Object)">
  2710. <summary>
  2711. <para>Sets the object to be printed by this link.</para>
  2712. </summary>
  2713. <param name="data">A <see cref="T:System.Windows.Forms.TreeView"/> object to be printed by this link.</param>
  2714. </member>
  2715. <member name="P:DevExpress.XtraPrintingLinks.TreeViewLinkBase.TreeView">
  2716. <summary>
  2717. <para>Gets or sets a <see cref="T:System.Windows.Forms.TreeView"/> object to be printed via the current link.</para>
  2718. </summary>
  2719. <value>A <see cref="T:System.Windows.Forms.TreeView"/> object to be printed.</value>
  2720. </member>
  2721. <member name="N:DevExpress.XtraReports.UI">
  2722. <summary>
  2723. <para>Contains classes that implement the basic functionality of XtraReports.</para>
  2724. </summary>
  2725. </member>
  2726. <member name="T:DevExpress.XtraReports.UI.ReportPrintTool">
  2727. <summary>
  2728. <para>An instrument for publishing reports in WinForms applications.</para>
  2729. </summary>
  2730. </member>
  2731. <member name="M:DevExpress.XtraReports.UI.ReportPrintTool.#ctor(DevExpress.XtraReports.IReport,System.Boolean)">
  2732. <summary>
  2733. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.ReportPrintTool"/> class with specified settings.</para>
  2734. </summary>
  2735. <param name="report"></param>
  2736. <param name="useAsyncDocumentCreation"></param>
  2737. </member>
  2738. <member name="M:DevExpress.XtraReports.UI.ReportPrintTool.ApproveParameters(System.Collections.Generic.IEnumerable{DevExpress.XtraReports.Parameters.Parameter},System.Boolean)">
  2739. <summary>
  2740. <para></para>
  2741. </summary>
  2742. <param name="parameters"></param>
  2743. <param name="requestParameters"></param>
  2744. <returns></returns>
  2745. </member>
  2746. <member name="P:DevExpress.XtraReports.UI.ReportPrintTool.AutoShowParametersPanel">
  2747. <summary>
  2748. <para>Specifies whether the Parameters panel is visible in the Print Preview window.</para>
  2749. </summary>
  2750. <value>true to always show the Parameters UI; otherwise false.</value>
  2751. </member>
  2752. <member name="P:DevExpress.XtraReports.UI.ReportPrintTool.Report">
  2753. <summary>
  2754. <para>Provides access to the settings of the report assigned to the <see cref="T:DevExpress.XtraReports.UI.ReportPrintTool"/>.</para>
  2755. </summary>
  2756. <value>An object implementing the <see cref="T:DevExpress.XtraReports.IReport"/> interface (which is typically the <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> class instance).</value>
  2757. </member>
  2758. <member name="M:DevExpress.XtraReports.UI.ReportPrintTool.ShowPageSetup">
  2759. <summary>
  2760. <para>Displays a customized Page Setup dialog that reflects the application&#39;s current Look And Feel settings.</para>
  2761. </summary>
  2762. <returns>true if a user clicks OK; false if a user clicks Cancel, otherwise null (Nothing in Visual Basic).</returns>
  2763. </member>
  2764. <member name="T:DevExpress.XtraReports.UI.XtraReportPreviewExtensions">
  2765. <summary>
  2766. <para>Provides extension methods that enable you to show a report in a WinForms Print Preview.</para>
  2767. </summary>
  2768. </member>
  2769. <member name="M:DevExpress.XtraReports.UI.XtraReportPreviewExtensions.AssignPrintTool(DevExpress.XtraReports.IReport,DevExpress.XtraReports.UI.ReportPrintTool)">
  2770. <summary>
  2771. <para>For internal use.</para>
  2772. </summary>
  2773. <param name="report"></param>
  2774. <param name="printTool"></param>
  2775. </member>
  2776. <member name="M:DevExpress.XtraReports.UI.XtraReportPreviewExtensions.ClosePreview(DevExpress.XtraReports.IReport)">
  2777. <summary>
  2778. <para>Closes the standard Print Preview form in which the report document is shown.</para>
  2779. </summary>
  2780. <param name="report">An object implementing the <see cref="T:DevExpress.XtraReports.IReport"/> interface.</param>
  2781. </member>
  2782. <member name="M:DevExpress.XtraReports.UI.XtraReportPreviewExtensions.CloseRibbonPreview(DevExpress.XtraReports.IReport)">
  2783. <summary>
  2784. <para>Closes the ribbon-based Print Preview form in which the report document is shown.</para>
  2785. </summary>
  2786. <param name="report">An object implementing the <see cref="T:DevExpress.XtraReports.IReport"/> interface.</param>
  2787. </member>
  2788. <member name="M:DevExpress.XtraReports.UI.XtraReportPreviewExtensions.Print(DevExpress.XtraReports.IReport)">
  2789. <summary>
  2790. <para>Prints the report document.</para>
  2791. </summary>
  2792. <param name="report">An object implementing the <see cref="T:DevExpress.XtraReports.IReport"/> interface.</param>
  2793. </member>
  2794. <member name="M:DevExpress.XtraReports.UI.XtraReportPreviewExtensions.Print(DevExpress.XtraReports.IReport,System.String)">
  2795. <summary>
  2796. <para>Prints the report document on the specified printer.</para>
  2797. </summary>
  2798. <param name="report">An object implementing the <see cref="T:DevExpress.XtraReports.IReport"/> interface.</param>
  2799. <param name="printerName">A <see cref="T:System.String"/> object that specifies the name of the printer on which the current document should be printed.</param>
  2800. </member>
  2801. <member name="M:DevExpress.XtraReports.UI.XtraReportPreviewExtensions.PrintDialog(DevExpress.XtraReports.IReport)">
  2802. <summary>
  2803. <para>Runs the Print dialog to select a printer, specify the print options and print the document.</para>
  2804. </summary>
  2805. <param name="report">An object implementing the <see cref="T:DevExpress.XtraReports.IReport"/> interface.</param>
  2806. <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value.</returns>
  2807. </member>
  2808. <member name="M:DevExpress.XtraReports.UI.XtraReportPreviewExtensions.ShowPageSetupDialog(DevExpress.XtraReports.IReport)">
  2809. <summary>
  2810. <para>Displays the Page Setup dialog that allows users to customize page settings.</para>
  2811. </summary>
  2812. <param name="report">An object implementing the <see cref="T:DevExpress.XtraReports.IReport"/> interface.</param>
  2813. <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value.</returns>
  2814. </member>
  2815. <member name="M:DevExpress.XtraReports.UI.XtraReportPreviewExtensions.ShowPreview(DevExpress.XtraReports.IReport)">
  2816. <summary>
  2817. <para>Opens the report document in the standard Print Preview form.</para>
  2818. </summary>
  2819. <param name="report">An object implementing the <see cref="T:DevExpress.XtraReports.IReport"/> interface.</param>
  2820. </member>
  2821. <member name="M:DevExpress.XtraReports.UI.XtraReportPreviewExtensions.ShowPreview(DevExpress.XtraReports.IReport,DevExpress.LookAndFeel.UserLookAndFeel)">
  2822. <summary>
  2823. <para>Opens the report document in the standard Print Preview form with the specified look and feel settings.</para>
  2824. </summary>
  2825. <param name="report">An object implementing the <see cref="T:DevExpress.XtraReports.IReport"/> interface.</param>
  2826. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to Print Preview.</param>
  2827. </member>
  2828. <member name="M:DevExpress.XtraReports.UI.XtraReportPreviewExtensions.ShowPreviewDialog(DevExpress.XtraReports.IReport)">
  2829. <summary>
  2830. <para>Opens the report document in the standard Print Preview form modally.</para>
  2831. </summary>
  2832. <param name="report">An object implementing the <see cref="T:DevExpress.XtraReports.IReport"/> interface.</param>
  2833. </member>
  2834. <member name="M:DevExpress.XtraReports.UI.XtraReportPreviewExtensions.ShowPreviewDialog(DevExpress.XtraReports.IReport,DevExpress.LookAndFeel.UserLookAndFeel)">
  2835. <summary>
  2836. <para>Opens the report document in the standard Print Preview form modally with the specified look and feel settings.</para>
  2837. </summary>
  2838. <param name="report">An object implementing the <see cref="T:DevExpress.XtraReports.IReport"/> interface.</param>
  2839. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to Print Preview.</param>
  2840. </member>
  2841. <member name="M:DevExpress.XtraReports.UI.XtraReportPreviewExtensions.ShowRibbonPreview(DevExpress.XtraReports.IReport)">
  2842. <summary>
  2843. <para>Opens the report document in the ribbon-based Print Preview form.</para>
  2844. </summary>
  2845. <param name="report">An object implementing the <see cref="T:DevExpress.XtraReports.IReport"/> interface.</param>
  2846. </member>
  2847. <member name="M:DevExpress.XtraReports.UI.XtraReportPreviewExtensions.ShowRibbonPreview(DevExpress.XtraReports.IReport,DevExpress.LookAndFeel.UserLookAndFeel)">
  2848. <summary>
  2849. <para>Opens the report document in the ribbon-based Print Preview form with the specified look and feel settings.</para>
  2850. </summary>
  2851. <param name="report">An object implementing the <see cref="T:DevExpress.XtraReports.IReport"/> interface.</param>
  2852. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to Print Preview.</param>
  2853. </member>
  2854. <member name="M:DevExpress.XtraReports.UI.XtraReportPreviewExtensions.ShowRibbonPreviewDialog(DevExpress.XtraReports.IReport)">
  2855. <summary>
  2856. <para>Opens the report document in the ribbon-based Print Preview form modally.</para>
  2857. </summary>
  2858. <param name="report">An object implementing the <see cref="T:DevExpress.XtraReports.IReport"/> interface.</param>
  2859. </member>
  2860. <member name="M:DevExpress.XtraReports.UI.XtraReportPreviewExtensions.ShowRibbonPreviewDialog(DevExpress.XtraReports.IReport,DevExpress.LookAndFeel.UserLookAndFeel)">
  2861. <summary>
  2862. <para>Opens the report document in the ribbon-based Print Preview form modally with the specified look and feel settings.</para>
  2863. </summary>
  2864. <param name="report">An object implementing the <see cref="T:DevExpress.XtraReports.IReport"/> interface.</param>
  2865. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to Print Preview.</param>
  2866. </member>
  2867. </members>
  2868. </doc>