-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDevExpress.XtraPrinting.v20.2.xml
More file actions
2867 lines (2867 loc) · 190 KB
/
DevExpress.XtraPrinting.v20.2.xml
File metadata and controls
2867 lines (2867 loc) · 190 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8"?>
<doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<assembly>
<name>DevExpress.XtraPrinting.v20.2</name>
</assembly>
<members>
<member name="N:DevExpress.XtraPrinting">
<summary>
<para>Contains classes that provide the basic functionality for the XtraPrinting library (bricks, pages, document).</para>
</summary>
</member>
<member name="N:DevExpress.XtraPrinting.Control">
<summary>
<para>Contains classes that implement the PrintControl functionality.</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.Control.AreaPaintEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPrinting.Control.PrintControl.PaintMarkedBricksArea"/> event.</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Control.AreaPaintEventArgs.Area">
<summary>
<para>Gets the area around the element being painted.</para>
</summary>
<value>A <see cref="T:System.Drawing.RectangleF"/> structure.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Control.AreaPaintEventArgs.Graphics">
<summary>
<para>Gets the drawing surface of the element being painted.</para>
</summary>
<value>A <see cref="T:System.Drawing.Graphics"/> object.</value>
</member>
<member name="T:DevExpress.XtraPrinting.Control.BrickEventArgs">
<summary>
<para>Provides data for all brick events within the XtraPrinting Library.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Control.BrickEventArgs.#ctor(DevExpress.XtraPrinting.Brick)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Control.BrickEventArgs"/> class with the specified brick.</para>
</summary>
<param name="brick">A <see cref="T:DevExpress.XtraPrinting.Brick"/> value. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BrickEventArgsBase.Brick"/> property.</param>
</member>
<member name="M:DevExpress.XtraPrinting.Control.BrickEventArgs.#ctor(System.EventArgs,DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page,System.Drawing.Rectangle,System.Single,System.Single)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Control.BrickEventArgs"/> class with the specified settings.</para>
</summary>
<param name="args">A <see cref="T:System.EventArgs"/> object. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Control.BrickEventArgs.Args"/> property.</param>
<param name="brick">A <see cref="T:DevExpress.XtraPrinting.Brick"/> object. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.BrickEventArgsBase.Brick"/> property.</param>
<param name="page">A <see cref="T:DevExpress.XtraPrinting.Page"/> object. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Control.BrickEventArgs.Page"/> property.</param>
<param name="brickScreenBounds">A <see cref="T:System.Drawing.Rectangle"/> structure. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Control.BrickEventArgs.BrickScreenBounds"/> property.</param>
<param name="x">A <see cref="T:System.Single"/> value. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Control.BrickEventArgs.X"/> property.</param>
<param name="y">A <see cref="T:System.Single"/> value. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Control.BrickEventArgs.Y"/> property.</param>
</member>
<member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.Args">
<summary>
<para>Returns an object storing the event arguments.</para>
</summary>
<value>A <see cref="T:System.EventArgs"/> object, storing the event arguments.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.BrickScreenBounds">
<summary>
<para>Returns the rectangle displayed when clicking a brick.</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> structure.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.Page">
<summary>
<para>Returns the document page containing the brick for which the corresponding event was fired.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Page"/> object, specifying the page on which the brick is located.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.X">
<summary>
<para>Returns the horizontal mouse position within a brick.</para>
</summary>
<value>A <see cref="T:System.Single"/> value, specifying the mouse position's X-coordinate (in three hundredths of an inch).</value>
</member>
<member name="P:DevExpress.XtraPrinting.Control.BrickEventArgs.Y">
<summary>
<para>Returns the vertical mouse position within a brick.</para>
</summary>
<value>A <see cref="T:System.Single"/> value, specifying the mouse position's Y-coordinate (in three hundredths of an inch).</value>
</member>
<member name="T:DevExpress.XtraPrinting.Control.BrickEventHandler">
<summary>
<para>A method that will handle all brick events within the XtraPrinting Library.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">A <see cref="T:DevExpress.XtraPrinting.Control.BrickEventArgs"/> object that contains data related to the event.</param>
</member>
<member name="T:DevExpress.XtraPrinting.Control.PrintControl">
<summary>
<para>As part of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> control, provides a canvas on which document pages are drawn in a Print Preview.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> class with default settings.</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickClick">
<summary>
<para>Occurs when the region of a brick within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> is clicked.</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickDoubleClick">
<summary>
<para>Occurs when a brick within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> is double-clicked.</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickDown">
<summary>
<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>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickMouseDown">
<summary>
<para>Occurs when pressing the mouse button over a brick's region within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickMouseMove">
<summary>
<para>Occurs when moving the mouse over a brick's region within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickMouseUp">
<summary>
<para>Occurs when releasing the mouse button over a brick's region within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickMove">
<summary>
<para>Occurs when the mouse pointer moves over the region specified by a brick within the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/>.</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.BrickUp">
<summary>
<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>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.CanExecCommand(DevExpress.XtraPrinting.PrintingSystemCommand)">
<summary>
<para>Checks whether or not the specified command can be executed.</para>
</summary>
<param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value.</param>
<returns>true, if the command can be executed; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.CloseFindControl">
<summary>
<para>Hides the Find panel enabling text search in a document.</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.CommandChanged">
<summary>
<para>Occurs after the status of a printing system command has been changed.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.DisableExportModeValues(System.Object[])">
<summary>
<para>Removes the specified export modes from the list of export options available in Print Preview.</para>
</summary>
<param name="disableValues">An array of export modes to remove.</param>
</member>
<member name="P:DevExpress.XtraPrinting.Control.PrintControl.DockingViewStyle">
<summary>
<para>Specifies the View style for dock panels.</para>
</summary>
<value>An enumeration value that specifies the View style.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Control.PrintControl.DockManager">
<summary>
<para>Provides access to the <see cref="T:DevExpress.XtraBars.Docking.DockManager"/>, specifying the settings of dock panels in Print Preview.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Control.PrintControl.DocumentHasBookmarks">
<summary>
<para>Indicates whether or not a <see cref="T:DevExpress.XtraPrinting.Document"/> opened in Print Preview has any bookmarks.</para>
</summary>
<value>true, if the document has bookmarks assigned to its elements; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Control.PrintControl.DocumentMapVisible">
<summary>
<para>Indicates whether or not the Document Map is visible in Print Preview.</para>
</summary>
<value>true, if the Document Map is visible; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Control.PrintControl.EditingFieldsHighlighted">
<summary>
<para>Indicates whether the editing fields are highlighted in the document displayed in the Print Preview.</para>
</summary>
<value>true, if the document has the editing fields highlighted; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.ExecCommand(DevExpress.XtraPrinting.PrintingSystemCommand)">
<summary>
<para>Executes the specified command without any parameters.</para>
</summary>
<param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value, specifying the command to execute.</param>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.ExecCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[])">
<summary>
<para>Executes the specified command with custom parameters.</para>
</summary>
<param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value, specifying the command to execute.</param>
<param name="args">A collection of <see cref="T:System.Object"/> values, specifying custom parameters to pass to the executed command.</param>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.FindBrick(System.Drawing.Point)">
<summary>
<para>Returns a brick occupying the document area where a point with the specified coordinates is located.</para>
</summary>
<param name="screenPoint">A <see cref="T:System.Drawing.Point"/> structure, specifying the coordinates of a point corresponding to a brick's location.</param>
<returns>A <see cref="T:DevExpress.XtraPrinting.Brick"/> object, corresponding to a brick located at the specified coordinates.</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.FindBrickBy(System.Drawing.Point,DevExpress.XtraPrinting.Page@,System.Drawing.RectangleF@)">
<summary>
<para>Returns a brick corresponding to the specified location and size.</para>
</summary>
<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>
<param name="page">A <see cref="T:DevExpress.XtraPrinting.Page"/> object, specifying the page at which the brick is located.</param>
<param name="brickBounds">A <see cref="T:System.Drawing.RectangleF"/> structure, specifying the brick's location and size.</param>
<returns>A <see cref="T:DevExpress.XtraPrinting.Brick"/> object.</returns>
</member>
<member name="P:DevExpress.XtraPrinting.Control.PrintControl.FindPanelVisible">
<summary>
<para>Indicates whether or not the Find panel is visible in Print Preview.</para>
</summary>
<value>true, if the Find panel is visible; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.GetBrickScreenBounds(DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page)">
<summary>
<para>Returns the location and size of the specified brick.</para>
</summary>
<param name="brick">A <see cref="T:DevExpress.XtraPrinting.Brick"/> object, specifying the brick to be located.</param>
<param name="page">A <see cref="T:DevExpress.XtraPrinting.Page"/> object, specifying the page at which the brick is located.</param>
<returns>A <see cref="T:System.Drawing.Rectangle"/> structure, specifying the brick's location and size.</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.GetDockPanel(DevExpress.XtraPrinting.Preview.PreviewDockPanelKind)">
<summary>
<para>Provides access to the Print Priview's dock panel.</para>
</summary>
<param name="panelKind">The <see cref="T:DevExpress.XtraPrinting.Preview.PreviewDockPanelKind"/> enumeration value specifying the requested dock panel.</param>
<returns>The requested dock panel.</returns>
</member>
<member name="P:DevExpress.XtraPrinting.Control.PrintControl.HorizontalScrollBarVisibility">
<summary>
<para>Specifies the visibility of the horizontal scroll bar in Print Preview.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.ViewInfo.ScrollBarVisibility"/> enumeration value.</value>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.InvalidateBrick(DevExpress.XtraPrinting.Brick)">
<summary>
<para>Redraws the specified brick in a document to apply any changes made to this brick.</para>
</summary>
<param name="brick">A <see cref="T:DevExpress.XtraPrinting.Brick"/> object that needs to be redrawn.</param>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.IsCommandEnabled(DevExpress.XtraPrinting.PrintingSystemCommand)">
<summary>
<para>Returns a value indicating whether or not the specified command is enabled.</para>
</summary>
<param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value.</param>
<returns>true, if the command is enabled; otherwise, false.</returns>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.PaintBookmarkArea">
<summary>
<para>Occurs after a selection border has been drawn around an element in Print Preview.</para>
</summary>
</member>
<member name="E:DevExpress.XtraPrinting.Control.PrintControl.PaintMarkedBricksArea">
<summary>
<para>Occurs when the area of a marked brick is painted.</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Control.PrintControl.PrintingSystem">
<summary>
<para>Specifies the Printing System that is used to create document pages for a link or report opened in Print Preview.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> class descendant.</value>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.SetDocumentMapVisibility(System.Boolean)">
<summary>
<para>Specifies the visibility of the Document Map in Print Preview.</para>
</summary>
<param name="value">true, to display the Document Map; otherwise, false.</param>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.SetThumbnailsVisibility(System.Boolean)">
<summary>
<para>Specifies the visibility of the Thumbnails panel in Print Preview.</para>
</summary>
<param name="value">true, to display the Thumbnails panel; otherwise, false.</param>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.ShowBrick(DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page)">
<summary>
<para>Navigates to the specified brick in a document opened in Print Preview.</para>
</summary>
<param name="brick">A <see cref="T:DevExpress.XtraPrinting.Brick"/> object, specifying the brick to navigate to.</param>
<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>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.ShowBrickCenter(DevExpress.XtraPrinting.Brick,DevExpress.XtraPrinting.Page)">
<summary>
<para>Locates the specified brick and displays it in the center of the visible <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> area.</para>
</summary>
<param name="brick">A <see cref="T:DevExpress.XtraPrinting.Brick"/> object, specifying the brick to be located.</param>
<param name="page">A <see cref="T:DevExpress.XtraPrinting.Page"/> object, specifying the document page at which the brick is located.</param>
</member>
<member name="M:DevExpress.XtraPrinting.Control.PrintControl.ShowFindControl">
<summary>
<para>Displays the Find panel enabling text search in a document.</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Control.PrintControl.ThumbnailsVisible">
<summary>
<para>Indicates whether or not the Thumbnails panel is visible in Print Preview.</para>
</summary>
<value>true, if the Thumbnails panel is visible; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Control.PrintControl.UseAsyncDocumentCreation">
<summary>
<para>Gets or sets whether the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> should create a report document asynchronously in a separate task.</para>
</summary>
<value>True or Default, to create a report document asynchronously in a separate task; otherwise, False.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Control.PrintControl.VerticalScrollBarVisibility">
<summary>
<para>Specifies the visibility of the vertical scroll bar in Print Preview.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.ViewInfo.ScrollBarVisibility"/> value.</value>
</member>
<member name="T:DevExpress.XtraPrinting.ExportOptionsTool">
<summary>
<para>Enables editing the export options of a report before saving it to a third-party format.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.ExportOptionsTool.EditExportOptions(DevExpress.XtraPrinting.ExportOptionsBase,DevExpress.XtraPrinting.PrintingSystemBase)">
<summary>
<para>Invokes the Export Options dialog.</para>
</summary>
<param name="options">An <see cref="T:DevExpress.XtraPrinting.ExportOptionsTool"/> descendant that specifies the report export options.</param>
<param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> descendant.</param>
<returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value.</returns>
</member>
<member name="M:DevExpress.XtraPrinting.ExportOptionsTool.EditExportOptions(DevExpress.XtraPrinting.ExportOptionsBase,DevExpress.XtraPrinting.PrintingSystemBase,System.Collections.Generic.IDictionary{System.Type,System.Object[]})">
<summary>
<para>Invokes the Export Options dialog.</para>
</summary>
<param name="options">An <see cref="T:DevExpress.XtraPrinting.ExportOptionsBase"/> descendant.</param>
<param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> descendant.</param>
<param name="disabledExportModes">A dictionary, listing the disabled export modes.</param>
<returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value.</returns>
</member>
<member name="M:DevExpress.XtraPrinting.ExportOptionsTool.EditExportOptions(DevExpress.XtraPrinting.ExportOptionsBase,DevExpress.XtraPrinting.PrintingSystemBase,System.Collections.Generic.IDictionary{System.Type,System.Object[]},System.Windows.Forms.IWin32Window)">
<summary>
<para></para>
</summary>
<param name="options"></param>
<param name="ps"></param>
<param name="disabledExportModes"></param>
<param name="owner"></param>
<returns></returns>
</member>
<member name="M:DevExpress.XtraPrinting.ExportOptionsTool.EditExportOptions(DevExpress.XtraPrinting.ExportOptionsBase,DevExpress.XtraPrinting.PrintingSystemBase,System.Windows.Forms.IWin32Window)">
<summary>
<para></para>
</summary>
<param name="options"></param>
<param name="ps"></param>
<param name="owner"></param>
<returns></returns>
</member>
<member name="T:DevExpress.XtraPrinting.Link">
<summary>
<para>A printing link.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Link.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Link"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Link.#ctor(DevExpress.XtraPrinting.PrintingSystem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Link"/> class with the specified printing system.</para>
</summary>
<param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object which specifies the printing system used to draw the current link. This value is assigned to the <see cref="P:DevExpress.XtraPrinting.Link.PrintingSystem"/> property.</param>
</member>
<member name="M:DevExpress.XtraPrinting.Link.#ctor(System.ComponentModel.IContainer)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Link"/> class with the specified container.</para>
</summary>
<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>
</member>
<member name="M:DevExpress.XtraPrinting.Link.CanHandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,DevExpress.XtraPrinting.IPrintControl)">
<summary>
<para>Indicates whether or not the specified Printing System command can be handled.</para>
</summary>
<param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value that specifies the command.</param>
<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>
<returns>true if the command can be handled; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Link.CreateDocument(DevExpress.XtraPrinting.PrintingSystem)">
<summary>
<para>Generates a report using the specified PrintingSystem.</para>
</summary>
<param name="ps">A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> class instance, specifying the printing system of the link.</param>
</member>
<member name="M:DevExpress.XtraPrinting.Link.HandleCommand(DevExpress.XtraPrinting.PrintingSystemCommand,System.Object[],DevExpress.XtraPrinting.IPrintControl,System.Boolean@)">
<summary>
<para>Handles the specified Printing System command.</para>
</summary>
<param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value which specifies the command to be handled.</param>
<param name="args">A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.</param>
<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>
<param name="handled">true if the command has been handled by a link; otherwise, false.</param>
</member>
<member name="P:DevExpress.XtraPrinting.Link.ImageCollection">
<summary>
<para>Provides access to the link's collection of images.</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Link.Images">
<summary>
<para>A collection of images which can be added to the Page Headers and Footers.</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.Images"/> object which represents a collection of images that can be used in the report.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Link.ImageStream">
<summary>
<para>For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer.</para>
</summary>
<value>A DevExpress.Utils.ImageCollectionStreamer object.</value>
</member>
<member name="M:DevExpress.XtraPrinting.Link.Print">
<summary>
<para>Prints the current document using the system default printer.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Link.Print(System.String)">
<summary>
<para>Prints the current document to the specified printer.</para>
</summary>
<param name="printerName">A <see cref="T:System.String"/> representing the name of the printer on which to print the document.</param>
</member>
<member name="M:DevExpress.XtraPrinting.Link.PrintDlg">
<summary>
<para>Displays the standard Print dialog and prints the current document.</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Link.PrintingSystem">
<summary>
<para>Gets or sets the Printing System used to create and print a document for this link.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystem"/> object.</value>
</member>
<member name="M:DevExpress.XtraPrinting.Link.ShowPreview">
<summary>
<para>Invokes the Print Preview Form which shows the print preview of the document for this link.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Link.ShowPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<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>
</summary>
<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>
</member>
<member name="M:DevExpress.XtraPrinting.Link.ShowPreview(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<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>
</summary>
<param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
<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>
</member>
<member name="M:DevExpress.XtraPrinting.Link.ShowPreviewDialog">
<summary>
<para>Invokes the Print Preview Form which modally shows the print preview of the document for this link.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Link.ShowPreviewDialog(System.Windows.Forms.IWin32Window)">
<summary>
<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>
</summary>
<param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
</member>
<member name="M:DevExpress.XtraPrinting.Link.ShowPreviewDialog(System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<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>
</summary>
<param name="owner">A <see cref="T:System.Windows.Forms.IWin32Window"/> object representing the parent window for this dialog.</param>
<param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param>
</member>
<member name="M:DevExpress.XtraPrinting.Link.ShowRibbonPreview(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para>
</summary>
<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>
</member>
<member name="M:DevExpress.XtraPrinting.Link.ShowRibbonPreviewDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings.</para>
</summary>
<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>
</member>
<member name="N:DevExpress.XtraPrinting.Links">
<summary>
<para>Contains the <see cref="T:DevExpress.XtraPrinting.Links.LinkPrintTool"/> class that is used to print documents created using printing links.</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.Links.LinkPrintTool">
<summary>
<para>An instrument to print documents created by links.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Links.LinkPrintTool.#ctor(DevExpress.XtraPrinting.LinkBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Links.LinkPrintTool"/> class with the specified link.</para>
</summary>
<param name="link">A <see cref="T:DevExpress.XtraPrinting.LinkBase"/> descendant.</param>
</member>
<member name="N:DevExpress.XtraPrinting.Preview">
<summary>
<para>Contains classes that implement the print preview functionality in XtraPrinting library.</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.Preview.DefaultPrintDialogRunner">
<summary>
<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>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.DefaultPrintDialogRunner.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.DefaultPrintDialogRunner"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.DefaultPrintDialogRunner.Run(System.Drawing.Printing.PrintDocument,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.XtraPrinting.Preview.PrintDialogAllowFlags)">
<summary>
<para>Invokes a customized Print dialog.</para>
</summary>
<param name="document">A <see cref="T:System.Drawing.Printing.PrintDocument"/>.</param>
<param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/>.</param>
<param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the dialog owner.</param>
<param name="flags">A <see cref="T:DevExpress.XtraPrinting.Preview.PrintDialogAllowFlags"/> enumeration value that enables editing of specific settings in the invoked dialog.</param>
<returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value that specifies identifiers to indicate the return value of a dialog box.</returns>
</member>
<member name="T:DevExpress.XtraPrinting.Preview.DocumentViewer">
<summary>
<para>The control to publish (preview, print and export) documents in Windows Forms applications.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.DocumentViewer.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.DocumentViewer.DocumentSource">
<summary>
<para>Specifies a document supplier for the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/>.</para>
</summary>
<value>A <see cref="T:System.Object"/> value.</value>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.DocumentViewer.InitiateDocumentCreation">
<summary>
<para>Re-creates the document.</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.DocumentViewer.PrintingSystem">
<summary>
<para>Specifies a Printing System assigned to the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.PrintingSystemBase"/> descendant.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.DocumentViewer.RequestDocumentCreation">
<summary>
<para>Specifies whether to create a document automatically, or on a user request.</para>
</summary>
<value>true to create a document on a user request; otherwise false.</value>
</member>
<member name="T:DevExpress.XtraPrinting.Preview.DocumentViewerBarManager">
<summary>
<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>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.DocumentViewerBarManager.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerBarManager"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.DocumentViewerBarManager.#ctor(System.ComponentModel.IContainer)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerBarManager"/> class with the specified container.</para>
</summary>
<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>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.DocumentViewerBarManager.DocumentViewer">
<summary>
<para>Gets or sets a <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> associated with the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerBarManager"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> object.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.DocumentViewerBarManager.PrintControl">
<summary>
<para>Gets or sets a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> associated with the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerBarManager"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> object.</value>
</member>
<member name="T:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController">
<summary>
<para>A <see cref="T:DevExpress.XtraPrinting.Preview.PrintRibbonController"/> tailored to provide a ribbon toolbar to the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/>.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController.#ctor(System.ComponentModel.IContainer)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController"/> class with the specified container.</para>
</summary>
<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>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController.#ctor(System.Object)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController"/> class with the specified context.</para>
</summary>
<param name="contextSpecifier">A <see cref="T:System.Object"/> which contains information about the current context.</param>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController.DocumentViewer">
<summary>
<para>Gets or sets a <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> associated with the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> object.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController.PrintControl">
<summary>
<para>Gets or sets a <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> associated with the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> object.</value>
</member>
<member name="T:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin">
<summary>
<para>Provides functionality to register custom editors to be used for editing the control content in Print Preview.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.EnsureStaticConstructor">
<summary>
<para>For internal use.</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.Instance">
<summary>
<para>Specifies an instance of the <see cref="T:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin"/> class.</para>
</summary>
<value>The instance of the <see cref="T:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin"/> class.</value>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.RegisterEditor(System.String,System.String,System.String,DevExpress.XtraEditors.Repository.RepositoryItem)">
<summary>
<para>Registers a custom editor to be used for changing control content in Print Preview.</para>
</summary>
<param name="name">The name of a custom editor.</param>
<param name="displayName">The display name of a custom editor.</param>
<param name="category">The name of a category to which an editor should be added.</param>
<param name="repositoryItem">A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant providing the required functionality.</param>
<returns>true, if an editor has been successfully registered; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.RegisterImageCollectionEditor(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Drawing.Image})">
<summary>
<para>Registers an image editor with a collection of predefined named images to be used for changing image content in Print Preview.</para>
</summary>
<param name="name">The name of the registered image collection editor.</param>
<param name="displayName">The display name of the registered image collection editor.</param>
<param name="images">The editor's image collection.</param>
<returns>true, if the image list has been successfully registered; otherwise, false.</returns>
</member>
<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)">
<summary>
<para>Registers an image editor with a filterable collection of predefined named images to be used for changing image content in Print Preview.</para>
</summary>
<param name="name">The name of the registered image collection editor.</param>
<param name="displayName">The display name of the registered image collection editor.</param>
<param name="images">The editor's image collection.</param>
<param name="searchEnabled">true, if the editor allows end users to use incremental search in the image collection; otherwise, false.</param>
<param name="sizeOptionsEnabled">true, if the editor allows end users to set up the image's size and alignment options; otherwise, false.</param>
<returns>true, if the image list has been successfully registered; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.RegisterImageCollectionEditor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Drawing.Image})">
<summary>
<para>Registers an image editor with a collection of predefined images to be used for changing image content in Print Preview.</para>
</summary>
<param name="name">The name of the registered image collection editor.</param>
<param name="displayName">The display name of the registered image collection editor.</param>
<param name="images">The editor's image collection.</param>
<returns>true, if the image list has been successfully registered; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.RegisterImageCollectionEditor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Drawing.Image},System.Boolean)">
<summary>
<para>Registers an image editor with a collection of predefined images to be used for changing image content in Print Preview.</para>
</summary>
<param name="name">The name of the registered image collection editor.</param>
<param name="displayName">The display name of the registered image collection editor.</param>
<param name="images">The editor's image collection.</param>
<param name="sizeOptionsEnabled">true, if the editor allows end users to set up the image's size and alignment options; otherwise, false.</param>
<returns>true, if the image list has been successfully registered; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.RegisterImageEditor(System.String,System.String,DevExpress.XtraPrinting.Preview.ImageEditorOptions)">
<summary>
<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>
</summary>
<param name="name">The registered image editor's unique name.</param>
<param name="displayName">The registered image editor's display name.</param>
<param name="options">An object that provides settings for the registered image editor.</param>
<returns>true, if the image editor has been successfully registered; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.RegisterMaskEditor(System.String,System.String,System.String,DevExpress.XtraEditors.Mask.MaskType,System.String)">
<summary>
<para>Registers the standard editor with a custom mask to be used for changing control content in Print Preview.</para>
</summary>
<param name="name">The name of the editor being registered.</param>
<param name="displayName">The display name of the editor being registered.</param>
<param name="category">The name of a category to which the editor should be added.</param>
<param name="maskType">A <see cref="T:DevExpress.XtraEditors.Mask.MaskType"/> enumeration value which specifies the mask type used.</param>
<param name="mask">Specifies the editor's mask.</param>
<returns>true, if an editor has been successfully registered; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.TryGetRepositoryItem(System.String,DevExpress.XtraEditors.Repository.RepositoryItem@)">
<summary>
<para>Attempts to obtain a repository item by the specified name.</para>
</summary>
<param name="name">The name of an item to be obtained.</param>
<param name="value">A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant with the specified name.</param>
<returns>true, if a repository item has been obtained; otherwise, false.</returns>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.EditingFieldExtensionsWin.UnregisterEditor(System.String)">
<summary>
<para>Unregisters the specified editor from being used for changing control content in Print Preview.</para>
</summary>
<param name="name">The name of an editor to be unregistered.</param>
<returns>true, if an editor has been successfully unregistered; otherwise, false.</returns>
</member>
<member name="T:DevExpress.XtraPrinting.Preview.ImageCollectionItem">
<summary>
<para>An object that provides an image and its caption.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.ImageCollectionItem.#ctor(System.Drawing.Image)">
<summary>
<para>Initializes a new instance of the <xref:DevExpress.XtraPrinting.Preview.ImageCollectionItem class with the specified image.</para>
</summary>
<param name="image">An image.</param>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.ImageCollectionItem.#ctor(System.Drawing.Image,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.ImageCollectionItem"/> class with the specified image and its caption.</para>
</summary>
<param name="image">An image.</param>
<param name="caption">The image's caption.</param>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.ImageCollectionItem.Caption">
<summary>
<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>
</summary>
<value>The <see cref="P:DevExpress.XtraPrinting.Preview.ImageCollectionItem.Image"/>'s caption.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.ImageCollectionItem.Image">
<summary>
<para>The image that the <see cref="T:DevExpress.XtraPrinting.Preview.ImageCollectionItem"/> object provides.</para>
</summary>
<value>The image that the ImageCollectionItem object provides.</value>
</member>
<member name="T:DevExpress.XtraPrinting.Preview.ImageEditorOptions">
<summary>
<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>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.ImageEditorOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.ImageEditorOptions"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.ImageEditorOptions.AllowChangeSizeOptions">
<summary>
<para>Indicates whether an end user can change the image's size mode and location in the image editor.</para>
</summary>
<value>true, if the editor allows end users to change the image's size mode and location; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.ImageEditorOptions.AllowClear">
<summary>
<para>Indicates whether an end user can remove content from the image editor.</para>
</summary>
<value>true, if the editor allows end users to clear content; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.ImageEditorOptions.AllowDraw">
<summary>
<para>Indicates whether an end user can draw in the image editor.</para>
</summary>
<value>true, if the editor allows end users to draw; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.ImageEditorOptions.AllowLoadImage">
<summary>
<para>Indicates whether an end user can load an image to the image editor.</para>
</summary>
<value>true, if the editor allows end users to load images; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.ImageEditorOptions.AllowSearchPredefinedImages">
<summary>
<para>Indicates whether the image editor allows end users to use incremental search in the image collection.</para>
</summary>
<value>true, if the editor allows end users to use incremental search in the image collection; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.ImageEditorOptions.PredefinedImages">
<summary>
<para>A collection of images that an end user can load to the image editor in Print Preview.</para>
</summary>
<value>The image editor's image collection.</value>
</member>
<member name="T:DevExpress.XtraPrinting.Preview.PageSetupEditorForm">
<summary>
<para>A customized Page Setup dialog that reflects the application's current Look And Feel settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PageSetupEditorForm.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.PageSetupEditorForm"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PageSetupEditorForm.IsMetric">
<summary>
<para>Specifies whether the editor values in the Page Setup dialog use the imperial or metric system of measurement.</para>
</summary>
<value>true if the editor values are calculated in millimeters; false if the editor values are calculated in inches.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PageSetupEditorForm.Landscape">
<summary>
<para>Gets the page orientation.</para>
</summary>
<value>true if the page orientation is landscape; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PageSetupEditorForm.MarginsF">
<summary>
<para>Gets the margins of a report page measured in three hundredths of an inch.</para>
</summary>
<value>The margins (measured in 1/300 of an inch) of a report page.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PageSetupEditorForm.MinMarginsF">
<summary>
<para>Gets the minimum size allowed for a report's margins.</para>
</summary>
<value>The margins (measured in 1/300 of an inch) of a report page.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PageSetupEditorForm.PaperSize">
<summary>
<para>Gets the current paper size.</para>
</summary>
<value>A <see cref="T:System.Drawing.Printing.PaperSize"/> object.</value>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PageSetupEditorForm.Setup(System.Drawing.Printing.PrinterSettings.PaperSizeCollection,System.Drawing.Printing.PaperKind,System.Drawing.Size,System.Drawing.GraphicsUnit,System.Boolean,DevExpress.XtraPrinting.Native.MarginsF,DevExpress.XtraPrinting.Native.MarginsF)">
<summary>
<para></para>
</summary>
<param name="paperSizes"></param>
<param name="paperKind"></param>
<param name="pageSize"></param>
<param name="unit"></param>
<param name="landscape"></param>
<param name="marginsF"></param>
<param name="minMarginsF"></param>
</member>
<member name="T:DevExpress.XtraPrinting.Preview.PreviewDockPanelKind">
<summary>
<para>Identifies the End-User Print Preview's dock panels.</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.Preview.PreviewDockPanelKind.DocumentMap">
<summary>
<para>Identifies the Document Map dock panel.</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.Preview.PreviewDockPanelKind.Parameters">
<summary>
<para>Identifies the Parameters dock panel.</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.Preview.PreviewDockPanelKind.Thumbnails">
<summary>
<para>Identifies the Thumbnails dock panel.</para>
</summary>
</member>
<member name="T:DevExpress.XtraPrinting.Preview.PrintBarManager">
<summary>
<para>As part of the <see cref="T:DevExpress.XtraPrinting.Preview.DocumentViewer"/> control, provides the toolbar, status bar and menu elements in a Print Preview.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.PrintBarManager"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.#ctor(System.ComponentModel.IContainer)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPrinting.Preview.PrintBarManager"/> class with the specified container.</para>
</summary>
<param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface.</param>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.AllowDefaultSvgImages">
<summary>
<para>Specifies whether to use bitmap or vector icons for the standard Document Preview toolbar.</para>
</summary>
<value>true, to use vector images; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.ColorPopupControlContainer">
<summary>
<para>For internal use.</para>
</summary>
<value>A DevExpress.XtraPrinting.Preview.ColorPopupControlContainer object.</value>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.GetBarItemByCommand(DevExpress.XtraPrinting.PrintingSystemCommand)">
<summary>
<para>Provides access to a bar item corresponding to the specified command.</para>
</summary>
<param name="command">A <see cref="T:DevExpress.XtraPrinting.PrintingSystemCommand"/> enumeration value, specifying the command corresponding to the bar item in question.</param>
<returns>A <see cref="T:DevExpress.XtraBars.BarItem"/> object, specifying the bar item corresponding to the specified command.</returns>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.Images">
<summary>
<para>Provides access to the collection of images displayed by bar items in Print Preview.</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.Images"/> object, specifying the bar item images.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.ImageStream">
<summary>
<para>For internal use. Specifies the stream containing images displayed by bar items.</para>
</summary>
<value>A DevExpress.Utils.ImageCollectionStreamer object, specifying the stream of bar item images.</value>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.Initialize(DevExpress.XtraPrinting.Control.PrintControl)">
<summary>
<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>
</summary>
<param name="printControl">A <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> object, displaying a document in Print Preview.</param>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.LargeImages">
<summary>
<para>Overrides the <see cref="P:DevExpress.XtraBars.BarManager.LargeImages"/> property to hide it.</para>
</summary>
<value>A <see cref="T:System.Object"/> value.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.MultiplePagesControlContainer">
<summary>
<para>For internal use.</para>
</summary>
<value>A DevExpress.XtraPrinting.Preview.MultiplePagesControlContainer object.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.PreviewBar">
<summary>
<para>For internal use. Specifies the Print Preview bar controlled by this <see cref="T:DevExpress.XtraPrinting.Preview.PrintBarManager"/> instance.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraBars.Bar"/> object.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.PrintControl">
<summary>
<para>Specifies the <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> associated with the current <see cref="T:DevExpress.XtraPrinting.Preview.PrintBarManager"/> instance.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.Control.PrintControl"/> object.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.ScaleControlContainer">
<summary>
<para>For internal use.</para>
</summary>
<value>A DevExpress.XtraPrinting.Preview.ScaleControlContainer object.</value>
</member>
<member name="M:DevExpress.XtraPrinting.Preview.PrintBarManager.UpdateCommands">
<summary>
<para>For internal use. Updates the bar items according to the current visibility state of the corresponding Printing System commands.</para>
</summary>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.UseDefaultSvgImages">
<summary>
<para>Use the <see cref="P:DevExpress.XtraPrinting.Preview.PrintBarManager.AllowDefaultSvgImages"/> property instead.</para>
</summary>
<value>true, to use vector images; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraPrinting.Preview.PrintBarManager.ZoomItem">
<summary>
<para>For internal use. Gets or sets the editor which is used to specify the zoom level within the printing bar manager.</para>
</summary>
<value>A DevExpress.XtraPrinting.Preview.ZoomBarEditItem object.</value>
</member>
<member name="T:DevExpress.XtraPrinting.Preview.PrintDialogAllowFlags">
<summary>
<para>Enables modifying options in the Print dialog that is provided by the <see cref="T:DevExpress.XtraPrinting.Preview.PrintDialogRunner"/>.</para>
</summary>
</member>
<member name="F:DevExpress.XtraPrinting.Preview.PrintDialogAllowFlags.AllowAllPages">
<summary>
<para>Indicates whether the All option button is enabled.</para>