DevExpress.XtraPrinting.v24.1.xml 211 KB

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