DevExpress.Pdf.v20.1.Drawing.xml 73 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <assembly>
  4. <name>DevExpress.Pdf.v20.1.Drawing</name>
  5. </assembly>
  6. <members>
  7. <member name="N:DevExpress.Pdf">
  8. <summary>
  9. <para>Contains classes and enumerations that are used to implement the main functionality of WinForms and WPF PDF Viewers, and the PDF Document API.</para>
  10. </summary>
  11. </member>
  12. <member name="T:DevExpress.Pdf.PdfGraphics">
  13. <summary>
  14. <para>Implements drawing on a PDF page.</para>
  15. </summary>
  16. </member>
  17. <member name="M:DevExpress.Pdf.PdfGraphics.AddFormField(DevExpress.Pdf.PdfGraphicsAcroFormField)">
  18. <summary>
  19. <para>Adds an interactive form field to PDF graphics.</para>
  20. </summary>
  21. <param name="field">A <see cref="T:DevExpress.Pdf.PdfGraphicsAcroFormField"/> object that represents an interactive form field that should be added to PDF graphics.</param>
  22. </member>
  23. <member name="M:DevExpress.Pdf.PdfGraphics.AddLinkToPage(System.Drawing.RectangleF,System.Int32)">
  24. <summary>
  25. <para>Adds a link to the page with the specified page number.</para>
  26. </summary>
  27. <param name="linkArea">A <see cref="T:System.Drawing.RectangleF"/> structure that specifies the area on the page where a link is added.</param>
  28. <param name="pageNumber">An integer value specifying the page number.</param>
  29. </member>
  30. <member name="M:DevExpress.Pdf.PdfGraphics.AddLinkToPage(System.Drawing.RectangleF,System.Int32,System.Single)">
  31. <summary>
  32. <para>Adds a link to the page with specified page number and zoom factor.</para>
  33. </summary>
  34. <param name="linkArea">A System.Drawing.RectangleF structure that specifies the area on the page where a link is added.</param>
  35. <param name="pageNumber">An integer value specifying the page number.</param>
  36. <param name="zoom">The zoom level by which the document is zoomed after a link is clicked on the page.</param>
  37. </member>
  38. <member name="M:DevExpress.Pdf.PdfGraphics.AddLinkToPage(System.Drawing.RectangleF,System.Int32,System.Single,System.Single)">
  39. <summary>
  40. <para>Adds a link to the page with the specified page number and page destination.</para>
  41. </summary>
  42. <param name="linkArea">A <see cref="T:System.Drawing.RectangleF"/> structure that specifies the area on the page where a link is added.</param>
  43. <param name="pageNumber">An integer value specifying the page number.</param>
  44. <param name="destinationX">A <see cref="T:System.Single"/> object that is the horizontal coordinate of a page destination where the link is referred to.</param>
  45. <param name="destinationY">A <see cref="T:System.Single"/> object that is the vertical coordinate of a page destination where the link is referred to.</param>
  46. </member>
  47. <member name="M:DevExpress.Pdf.PdfGraphics.AddLinkToPage(System.Drawing.RectangleF,System.Int32,System.Single,System.Single,System.Single)">
  48. <summary>
  49. <para>Adds a link to the page with the specified page number, page destination, and zoom factor.</para>
  50. </summary>
  51. <param name="linkArea">A System.Drawing.RectangleF structure that specifies the area on the page where a link is added.</param>
  52. <param name="pageNumber">An integer value specifying the page number.</param>
  53. <param name="destinationX">A System.Single object that is the horizontal coordinate of a page destination where the link is referred to.</param>
  54. <param name="destinationY">A System.Single object that is the vertical coordinate of a page destination where the link is referred to.</param>
  55. <param name="zoom">The zoom level by which the document is zoomed after a link is clicked on the page.</param>
  56. </member>
  57. <member name="M:DevExpress.Pdf.PdfGraphics.AddLinkToUri(System.Drawing.RectangleF,System.Uri)">
  58. <summary>
  59. <para>Adds a link to the Uri at the specified link area on the page.</para>
  60. </summary>
  61. <param name="linkArea">A <see cref="T:System.Drawing.RectangleF"/> structure that specifies the area on the page where a link is added.</param>
  62. <param name="uri">A <see cref="T:System.Uri"/> object that is the link URI.</param>
  63. </member>
  64. <member name="M:DevExpress.Pdf.PdfGraphics.AddToPageBackground(DevExpress.Pdf.PdfPage)">
  65. <summary>
  66. <para>Adds graphics to a PDF page background.</para>
  67. </summary>
  68. <param name="page">A <see cref="T:DevExpress.Pdf.PdfPage"/> object that is the page in the document where graphics are drawn (measured in points - 1/72 of an inch).</param>
  69. </member>
  70. <member name="M:DevExpress.Pdf.PdfGraphics.AddToPageBackground(DevExpress.Pdf.PdfPage,System.Single,System.Single)">
  71. <summary>
  72. <para>Adds graphics to a PDF page background with the specified horizontal and vertical resolutions.</para>
  73. </summary>
  74. <param name="page">A <see cref="T:DevExpress.Pdf.PdfPage"/> object that is the page where graphics are drawn (measured in points - 1/72 of an inch).</param>
  75. <param name="dpiX">A <see cref="T:System.Single"/> object that represents the value, in dots per inch, for the horizontal resolution.</param>
  76. <param name="dpiY">A <see cref="T:System.Single"/> object that represents the value, in dots per inch, for the vertical resolution.</param>
  77. </member>
  78. <member name="M:DevExpress.Pdf.PdfGraphics.AddToPageForeground(DevExpress.Pdf.PdfPage)">
  79. <summary>
  80. <para>Adds graphics to a PDF page foreground.</para>
  81. </summary>
  82. <param name="page">A <see cref="T:DevExpress.Pdf.PdfPage"/> object that is the page in the document where graphics are drawn (measured in points - 1/72 of an inch).</param>
  83. </member>
  84. <member name="M:DevExpress.Pdf.PdfGraphics.AddToPageForeground(DevExpress.Pdf.PdfPage,System.Single,System.Single)">
  85. <summary>
  86. <para>Adds graphics to a PDF page foreground with the specified horizontal and vertical resolutions.</para>
  87. </summary>
  88. <param name="page">A <see cref="T:DevExpress.Pdf.PdfPage"/> object that is the page in the document where graphics are drawn (measured in points - 1/72 of an inch).</param>
  89. <param name="dpiX">A <see cref="T:System.Single"/> object that represents the value, in dots per inch, for the horizontal resolution.</param>
  90. <param name="dpiY">A <see cref="T:System.Single"/> object that represents the value, in dots per inch, for the vertical resolution.</param>
  91. </member>
  92. <member name="M:DevExpress.Pdf.PdfGraphics.ClearFormFields">
  93. <summary>
  94. <para>Clears all interactive form fields that were previously added to PDF graphics.</para>
  95. </summary>
  96. </member>
  97. <member name="P:DevExpress.Pdf.PdfGraphics.ConvertImagesToJpeg">
  98. <summary>
  99. <para>Specifies whether to convert bitmap images to the Jpeg format reducing the size of the resulting PDF document.</para>
  100. </summary>
  101. <value>true, to convert bitmap images to the Jpeg format; otherwise, false.</value>
  102. </member>
  103. <member name="F:DevExpress.Pdf.PdfGraphics.DefaultDpi">
  104. <summary>
  105. <para>The default DPI of a page that is the default size to display text and other content on the page.</para>
  106. </summary>
  107. <value>A DPI value.</value>
  108. </member>
  109. <member name="M:DevExpress.Pdf.PdfGraphics.DrawBezier(System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)">
  110. <summary>
  111. <para>Draws a Bezier spline defined by four Point structures.</para>
  112. </summary>
  113. <param name="pen">A <see cref="T:System.Drawing.Pen"/> structure that determines the color, width, and style of the curve.</param>
  114. <param name="pt1">A <see cref="T:System.Drawing.Point"/> structure that is the starting point of the curve.</param>
  115. <param name="pt2">A <see cref="T:System.Drawing.Point"/> structure that is the first control point of the curve.</param>
  116. <param name="pt3">A <see cref="T:System.Drawing.Point"/> structure that is the second control point of the curve.</param>
  117. <param name="pt4">A <see cref="T:System.Drawing.Point"/> structure that is the final point of the curve.</param>
  118. </member>
  119. <member name="M:DevExpress.Pdf.PdfGraphics.DrawBeziers(System.Drawing.Pen,System.Drawing.PointF[])">
  120. <summary>
  121. <para>Draws a series of Bezier splines from an array of PointF structures.</para>
  122. </summary>
  123. <param name="pen">A <see cref="T:System.Drawing.Pen"/> structure that determines the color, width, and style of the curve.</param>
  124. <param name="points">An array of <see cref="T:System.Drawing.PointF"/> structures that represent the points that determine the curve.</param>
  125. </member>
  126. <member name="M:DevExpress.Pdf.PdfGraphics.DrawEllipse(System.Drawing.Pen,System.Drawing.RectangleF)">
  127. <summary>
  128. <para>Draws an ellipse specified by a RectangleF structure.</para>
  129. </summary>
  130. <param name="pen">A <see cref="T:System.Drawing.Pen"/> structure that determines the color, width, and style of the ellipse.</param>
  131. <param name="rect">A <see cref="T:System.Drawing.RectangleF"/> structure that represents the boundaries of the ellipse.</param>
  132. </member>
  133. <member name="M:DevExpress.Pdf.PdfGraphics.DrawImage(System.Byte[],System.Drawing.PointF)">
  134. <summary>
  135. <para>Draws the specified image using the byte array data at the specified location.</para>
  136. </summary>
  137. <param name="data">An array of bytes representing an image to draw.</param>
  138. <param name="location">A <see cref="T:System.Drawing.PointF"/> structure that represents the image location.</param>
  139. </member>
  140. <member name="M:DevExpress.Pdf.PdfGraphics.DrawImage(System.Byte[],System.Drawing.RectangleF)">
  141. <summary>
  142. <para>Draws an image using an array of bytes representing image data and the image bounds.</para>
  143. </summary>
  144. <param name="data">An array of bytes representing an image to draw.</param>
  145. <param name="bounds">A <see cref="T:System.Drawing.RectangleF"/> structure that specifies the bounds used to draw an image.</param>
  146. </member>
  147. <member name="M:DevExpress.Pdf.PdfGraphics.DrawImage(System.Drawing.Image,System.Drawing.PointF)">
  148. <summary>
  149. <para>Draws the specified image in its original size at the specified location.</para>
  150. </summary>
  151. <param name="image">A <see cref="T:System.Drawing.Image"/> object that specifies the image to draw.</param>
  152. <param name="location">A <see cref="T:System.Drawing.PointF"/> structure that represents the image location.</param>
  153. </member>
  154. <member name="M:DevExpress.Pdf.PdfGraphics.DrawImage(System.Drawing.Image,System.Drawing.RectangleF)">
  155. <summary>
  156. <para>Draws an image using the specified image bounds.</para>
  157. </summary>
  158. <param name="image">An <see cref="T:System.Drawing.Image"/> object that specifies the image to draw.</param>
  159. <param name="bounds">A <see cref="T:System.Drawing.RectangleF"/> structure that specifies the image bounds.</param>
  160. </member>
  161. <member name="M:DevExpress.Pdf.PdfGraphics.DrawImage(System.Drawing.Image,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit)">
  162. <summary>
  163. <para>Draws the portion of the specified Image at the specified location in the specified size.</para>
  164. </summary>
  165. <param name="image">An <see cref="T:System.Drawing.Image"/> object that specifies the image to draw.</param>
  166. <param name="destRect">A <see cref="T:System.Drawing.RectangleF"/> structure that specifies the location and size of the drawn image. The image is scaled to fit the rectangle.</param>
  167. <param name="srcRect">A <see cref="T:System.Drawing.RectangleF"/> structure that specifies the portion of the image object to draw.</param>
  168. <param name="srcUnit">A <see cref="T:System.Drawing.GraphicsUnit"/> enumeration that is the units of measure used by the srcRect parameter.</param>
  169. </member>
  170. <member name="M:DevExpress.Pdf.PdfGraphics.DrawImage(System.IO.Stream,System.Drawing.PointF)">
  171. <summary>
  172. <para>Draws an image at the specified location using the stream data.</para>
  173. </summary>
  174. <param name="data">A <see cref="T:System.IO.Stream"/> class descendant, specifying the stream with the image data.</param>
  175. <param name="location">A <see cref="T:System.Drawing.PointF"/> structure that represents the image location.</param>
  176. </member>
  177. <member name="M:DevExpress.Pdf.PdfGraphics.DrawImage(System.IO.Stream,System.Drawing.RectangleF)">
  178. <summary>
  179. <para>Draws an image with the bounds and stream.</para>
  180. </summary>
  181. <param name="data">A <see cref="T:System.IO.Stream"/> class descendant, specifying the stream with the image data.</param>
  182. <param name="bounds">A <see cref="T:System.Drawing.RectangleF"/> structure that specifies the bounds used to draw an image.</param>
  183. </member>
  184. <member name="M:DevExpress.Pdf.PdfGraphics.DrawLine(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)">
  185. <summary>
  186. <para>Draws a line connecting two points on the page specified by the coordinate pairs.</para>
  187. </summary>
  188. <param name="pen">A <see cref="T:System.Drawing.Pen"/> object that determines the color, width, and style of the line.</param>
  189. <param name="x1">A <see cref="T:System.Single"/> object that represents the x-coordinate of the first point.</param>
  190. <param name="y1">A <see cref="T:System.Single"/> object that represents the y-coordinate of the first point.</param>
  191. <param name="x2">A <see cref="T:System.Single"/> object that represents the x-coordinate of the second point.</param>
  192. <param name="y2">A <see cref="T:System.Single"/> object that represents the y-coordinate of the second point.</param>
  193. </member>
  194. <member name="M:DevExpress.Pdf.PdfGraphics.DrawLines(System.Drawing.Pen,System.Drawing.PointF[])">
  195. <summary>
  196. <para>Draws a series of line segments that connect an array of PointF structures.</para>
  197. </summary>
  198. <param name="pen">A <see cref="T:System.Drawing.Pen"/> object that determines the color, width, and style of the line segments.</param>
  199. <param name="points">An array of <see cref="T:System.Drawing.PointF"/> structures that represent the points to connect.</param>
  200. </member>
  201. <member name="M:DevExpress.Pdf.PdfGraphics.DrawPath(System.Drawing.Pen,System.Drawing.Drawing2D.GraphicsPath)">
  202. <summary>
  203. <para>Draws a path on a page.</para>
  204. </summary>
  205. <param name="pen">A <see cref="T:System.Drawing.Pen"/> object that determines the color, width, and style of the path.</param>
  206. <param name="path">A <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> object to draw.</param>
  207. </member>
  208. <member name="M:DevExpress.Pdf.PdfGraphics.DrawPolygon(System.Drawing.Pen,System.Drawing.PointF[])">
  209. <summary>
  210. <para>Draws a polygon defined by an array of PointF structures.</para>
  211. </summary>
  212. <param name="pen">A <see cref="T:System.Drawing.Pen"/> object that determines the color, width, and style of the polygon.</param>
  213. <param name="points">An array of <see cref="T:System.Drawing.PointF"/> structures that represent the vertices of the polygon.</param>
  214. </member>
  215. <member name="M:DevExpress.Pdf.PdfGraphics.DrawRectangle(System.Drawing.Pen,System.Drawing.RectangleF)">
  216. <summary>
  217. <para>Draws a rectangle specified by a Rectangle structure.</para>
  218. </summary>
  219. <param name="pen">A <see cref="T:System.Drawing.Pen"/> object that determines the color, width, and style of the rectangle.</param>
  220. <param name="bounds">A <see cref="T:System.Drawing.Rectangle"/> structure that represents the rectangle to draw.</param>
  221. </member>
  222. <member name="M:DevExpress.Pdf.PdfGraphics.DrawString(System.String,System.Drawing.Font,System.Drawing.SolidBrush,System.Drawing.PointF)">
  223. <summary>
  224. <para>A set of overloaded methods used to draw the text string with the specified SolidBrush, Font objects and other parameters.</para>
  225. </summary>
  226. <param name="text">A <see cref="T:System.String"/> object to draw.</param>
  227. <param name="font">A <see cref="T:System.Drawing.Font"/> object that defines the text format of the string.</param>
  228. <param name="brush">A <see cref="T:System.Drawing.SolidBrush"/> object that determines the color and texture of the drawn text.</param>
  229. <param name="point">A <see cref="T:System.Drawing.PointF"/> structure that specifies the upper-left corner of the drawn text.</param>
  230. </member>
  231. <member name="M:DevExpress.Pdf.PdfGraphics.DrawString(System.String,System.Drawing.Font,System.Drawing.SolidBrush,System.Drawing.PointF,DevExpress.Pdf.PdfStringFormat)">
  232. <summary>
  233. <para>Draws the specified text string at the specified location with the specified SolidBrush and Font objects using the formatting attributes of the specified <see cref="T:DevExpress.Pdf.PdfStringFormat"/>.</para>
  234. </summary>
  235. <param name="text">A <see cref="T:System.String"/> object to draw.</param>
  236. <param name="font">A <see cref="T:System.Drawing.Font"/> object that defines the text format of the string.</param>
  237. <param name="brush">A <see cref="T:System.Drawing.SolidBrush"/> object that determines the color and texture of the drawn text.</param>
  238. <param name="point">A <see cref="T:System.Drawing.PointF"/> structure that specifies the upper-left corner of the drawn text.</param>
  239. <param name="format">A <see cref="T:DevExpress.Pdf.PdfStringFormat"/> that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text.</param>
  240. </member>
  241. <member name="M:DevExpress.Pdf.PdfGraphics.DrawString(System.String,System.Drawing.Font,System.Drawing.SolidBrush,System.Drawing.RectangleF)">
  242. <summary>
  243. <para>A set of overloaded methods used to draw the text string with the specified SolidBrush, Font objects and other parameters.</para>
  244. </summary>
  245. <param name="text">A <see cref="T:System.String"/> object to draw.</param>
  246. <param name="font">A <see cref="T:System.Drawing.Font"/> object that defines the text format of the string.</param>
  247. <param name="brush">A <see cref="T:System.Drawing.SolidBrush"/> object that determines the color and texture of the drawn text.</param>
  248. <param name="layout">A <see cref="T:System.Drawing.RectangleF"/> structure that specifies the location of the drawn text.</param>
  249. </member>
  250. <member name="M:DevExpress.Pdf.PdfGraphics.DrawString(System.String,System.Drawing.Font,System.Drawing.SolidBrush,System.Drawing.RectangleF,DevExpress.Pdf.PdfStringFormat)">
  251. <summary>
  252. <para>Draws the specified text at the specified rectangle with the specified SolidBrush and Font objects using the formatting attributes of the specified PdfStringFormat.</para>
  253. </summary>
  254. <param name="text">A <see cref="T:System.String"/> object to draw.</param>
  255. <param name="font">A <see cref="T:System.Drawing.Font"/> object that defines the text format of the string.</param>
  256. <param name="brush">A <see cref="T:System.Drawing.SolidBrush"/> object that determines the color and texture of the drawn text.</param>
  257. <param name="layout">A <see cref="T:System.Drawing.RectangleF"/> structure that specifies the location of the drawn text.</param>
  258. <param name="format">A <see cref="T:DevExpress.Pdf.PdfStringFormat"/> that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text.</param>
  259. </member>
  260. <member name="M:DevExpress.Pdf.PdfGraphics.DrawString(System.String,System.Drawing.Font,System.Drawing.SolidBrush,System.Single,System.Single)">
  261. <summary>
  262. <para>A set of overloaded methods used to draw the text string with the specified SolidBrush, Font objects and other parameters.</para>
  263. </summary>
  264. <param name="text">A <see cref="T:System.String"/> object to draw.</param>
  265. <param name="font">A <see cref="T:System.Drawing.Font"/> object that defines the text format of the string.</param>
  266. <param name="brush">A <see cref="T:System.Drawing.SolidBrush"/> object that determines the color and texture of the drawn text.</param>
  267. <param name="x">A <see cref="T:System.Single"/> object that represents the x-coordinate of the upper-left corner of the drawn text.</param>
  268. <param name="y">A <see cref="T:System.Single"/> object that represents the y-coordinate of the upper-left corner of the drawn text.</param>
  269. </member>
  270. <member name="M:DevExpress.Pdf.PdfGraphics.DrawString(System.String,System.Drawing.Font,System.Drawing.SolidBrush,System.Single,System.Single,DevExpress.Pdf.PdfStringFormat)">
  271. <summary>
  272. <para>Draws the specified text string at the specified location with the specified SolidBrush and Font objects using the formatting attributes of the specified <see cref="T:DevExpress.Pdf.PdfStringFormat"/>.</para>
  273. </summary>
  274. <param name="text">A <see cref="T:System.String"/> object to draw.</param>
  275. <param name="font">A <see cref="T:System.Drawing.Font"/> object that defines the text format of the string.</param>
  276. <param name="brush">A <see cref="T:System.Drawing.SolidBrush"/> object that determines the color and texture of the drawn text.</param>
  277. <param name="x">A <see cref="T:System.Single"/> object that represents the x-coordinate of the upper-left corner of the drawn text.</param>
  278. <param name="y">A <see cref="T:System.Single"/> object that represents the y-coordinate of the upper-left corner of the drawn text.</param>
  279. <param name="format">A <see cref="T:DevExpress.Pdf.PdfStringFormat"/> that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text.</param>
  280. </member>
  281. <member name="M:DevExpress.Pdf.PdfGraphics.FillEllipse(System.Drawing.Brush,System.Drawing.RectangleF)">
  282. <summary>
  283. <para>Fills the interior of an ellipse defined by a bounding rectangle specified by a RectangleF structure.</para>
  284. </summary>
  285. <param name="brush">A <see cref="T:System.Drawing.Brush"/> object that represents the brush used to fill the ellipse.</param>
  286. <param name="rect">A <see cref="T:System.Drawing.RectangleF"/> structure that represents the bounding rectangle that defines the ellipse.</param>
  287. </member>
  288. <member name="M:DevExpress.Pdf.PdfGraphics.FillPath(System.Drawing.Brush,System.Drawing.Drawing2D.GraphicsPath)">
  289. <summary>
  290. <para>Fills the interior of a GraphicsPath.</para>
  291. </summary>
  292. <param name="brush">A <see cref="T:System.Drawing.Brush"/> that determines the characteristics of the fill.</param>
  293. <param name="path">A <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> that represents the path to fill.</param>
  294. </member>
  295. <member name="M:DevExpress.Pdf.PdfGraphics.FillPolygon(System.Drawing.Brush,System.Drawing.PointF[])">
  296. <summary>
  297. <para>Fills the interior of a polygon defined by an array of points specified by PointF structures.</para>
  298. </summary>
  299. <param name="brush">A <see cref="T:System.Drawing.Brush"/> object which represents the brush used to fill the polygon.</param>
  300. <param name="points">Array of <see cref="T:System.Drawing.PointF"/> structures that represent the vertices of the polygon to fill.</param>
  301. </member>
  302. <member name="M:DevExpress.Pdf.PdfGraphics.FillRectangle(System.Drawing.Brush,System.Drawing.RectangleF)">
  303. <summary>
  304. <para>Fills the interior of a rectangle specified by a RectangleF structure.</para>
  305. </summary>
  306. <param name="brush">A <see cref="T:System.Drawing.Brush"/> object which represents the brush used to fill the rectangle.</param>
  307. <param name="bounds">A <see cref="T:System.Drawing.RectangleF"/> structure representing the rectangle bounds to fill.</param>
  308. </member>
  309. <member name="M:DevExpress.Pdf.PdfGraphics.IntersectClip(System.Drawing.RectangleF)">
  310. <summary>
  311. <para>Updates the clip region of this <see cref="T:DevExpress.Pdf.PdfGraphics"/> object to the intersection of the current clip region and the specified RectangleF structure.</para>
  312. </summary>
  313. <param name="rect">A <see cref="T:System.Drawing.RectangleF"/> structure to intersect with the current clip region.</param>
  314. </member>
  315. <member name="P:DevExpress.Pdf.PdfGraphics.JpegImageQuality">
  316. <summary>
  317. <para>Gets or sets the quality of Jpeg images in the resulting PDF file.</para>
  318. </summary>
  319. <value>A <see cref="T:DevExpress.Pdf.PdfGraphicsJpegImageQuality"/> enumeration value which specifies the quality of images in the resulting PDF file.</value>
  320. </member>
  321. <member name="M:DevExpress.Pdf.PdfGraphics.MeasureString(System.String,System.Drawing.Font)">
  322. <summary>
  323. <para>Measures the specified string when drawn with the specified Font.</para>
  324. </summary>
  325. <param name="text">A <see cref="T:System.String"/> to measure.</param>
  326. <param name="font">A <see cref="T:System.Drawing.Font"/> object that defines the text format of the string.</param>
  327. <returns>A <see cref="T:System.Drawing.SizeF"/> structure that represents the measured size of the string.</returns>
  328. </member>
  329. <member name="M:DevExpress.Pdf.PdfGraphics.MeasureString(System.String,System.Drawing.Font,DevExpress.Pdf.PdfStringFormat)">
  330. <summary>
  331. <para>Measures the specified string when drawn with the specified Font and formatted with the specified <see cref="T:DevExpress.Pdf.PdfStringFormat"/>.</para>
  332. </summary>
  333. <param name="text">A <see cref="T:System.String"/> to measure.</param>
  334. <param name="font">A <see cref="T:System.Drawing.Font"/> object that defines the text format of the string.</param>
  335. <param name="format">A <see cref="T:DevExpress.Pdf.PdfStringFormat"/> object that represents formatting information, such as line spacing, for the string.</param>
  336. <returns>A <see cref="T:System.Drawing.SizeF"/> structure that represents the measured size of the string.</returns>
  337. </member>
  338. <member name="M:DevExpress.Pdf.PdfGraphics.MeasureString(System.String,System.Drawing.Font,DevExpress.Pdf.PdfStringFormat,System.Single,System.Single)">
  339. <summary>
  340. <para>Measures the specified string when drawn with the specified Font, horizontal and vertical resolutions and format.</para>
  341. </summary>
  342. <param name="text">A <see cref="T:System.String"/> to measure.</param>
  343. <param name="font">A <see cref="T:System.Drawing.Font"/> object that defines the text format of the string.</param>
  344. <param name="format">A <see cref="T:DevExpress.Pdf.PdfStringFormat"/> object that represents formatting information, such as line spacing, for the string.</param>
  345. <param name="dpiX">A <see cref="T:System.Single"/> object that represents the value, in dots per inch, for the horizontal resolution.</param>
  346. <param name="dpiY">A <see cref="T:System.Single"/> object that represents the value, in dots per inch, for the vertical resolution.</param>
  347. <returns>A <see cref="T:System.Drawing.SizeF"/> structure that represents the measured size of the string.</returns>
  348. </member>
  349. <member name="M:DevExpress.Pdf.PdfGraphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF)">
  350. <summary>
  351. <para>Measures the specified string when drawn with the specified Font and text layout size.</para>
  352. </summary>
  353. <param name="text">A <see cref="T:System.String"/> to measure.</param>
  354. <param name="font">A <see cref="T:System.Drawing.Font"/> object that defines the text format of the string.</param>
  355. <param name="layoutSize">A <see cref="T:System.Drawing.SizeF"/> structure that specifies the maximum layout area for the text.</param>
  356. <returns>A <see cref="T:System.Drawing.SizeF"/> structure that represents the measured size of the string.</returns>
  357. </member>
  358. <member name="M:DevExpress.Pdf.PdfGraphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF,DevExpress.Pdf.PdfStringFormat)">
  359. <summary>
  360. <para>Measures the specified string when drawn with the specified Font, text layout size, and format.</para>
  361. </summary>
  362. <param name="text">A <see cref="T:System.String"/> to measure.</param>
  363. <param name="font">A <see cref="T:System.Drawing.Font"/> object that defines the text format of the string.</param>
  364. <param name="layoutSize">A <see cref="T:System.Drawing.SizeF"/> structure that specifies the maximum layout area for the text.</param>
  365. <param name="format">A <see cref="T:DevExpress.Pdf.PdfStringFormat"/> object that represents formatting information, such as line spacing, for the string.</param>
  366. <returns>A <see cref="T:System.Drawing.SizeF"/> structure that represents the measured size of the string.</returns>
  367. </member>
  368. <member name="M:DevExpress.Pdf.PdfGraphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF,DevExpress.Pdf.PdfStringFormat,System.Single,System.Single)">
  369. <summary>
  370. <para>Measures the specified string when drawn with the specified Font, text layout size, horizontal and vertical resolutions, and format.</para>
  371. </summary>
  372. <param name="text">A <see cref="T:System.String"/> to measure.</param>
  373. <param name="font">A <see cref="T:System.Drawing.Font"/> object that defines the text format of the string.</param>
  374. <param name="layoutSize">A <see cref="T:System.Drawing.SizeF"/> structure that specifies the maximum layout area for the text.</param>
  375. <param name="format">A <see cref="T:DevExpress.Pdf.PdfStringFormat"/> object that represents formatting information, such as line spacing, for the string.</param>
  376. <param name="dpiX">A <see cref="T:System.Single"/> object that represents the value, in dots per inch, for the horizontal resolution.</param>
  377. <param name="dpiY">A <see cref="T:System.Single"/> object that represents the value, in dots per inch, for the vertical resolution.</param>
  378. <returns>A <see cref="T:System.Drawing.SizeF"/> structure that represents the measured size of the string.</returns>
  379. </member>
  380. <member name="M:DevExpress.Pdf.PdfGraphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF,DevExpress.Pdf.PdfStringFormat,System.Single,System.Single,System.Int32@,System.Int32@)">
  381. <summary>
  382. <para>Measures the string when it is drawn with the specific font and formatted with the given string format.</para>
  383. </summary>
  384. <param name="text">A string to measure.</param>
  385. <param name="font">The font that defines the string&#39;s text format.</param>
  386. <param name="layoutSize">Specifies the maximum layout area for the text.</param>
  387. <param name="format">Provides formatting information (for example, alignment).</param>
  388. <param name="dpiX">The horizontal resolution (in dots per inch).</param>
  389. <param name="dpiY">The vertical resolution (in dots per inch).</param>
  390. <param name="charactersFitted">The number of characters in the string.</param>
  391. <param name="linesFilled">The number of lines in the string.</param>
  392. <returns>The string&#39;s measured size.</returns>
  393. </member>
  394. <member name="M:DevExpress.Pdf.PdfGraphics.RestoreGraphicsState">
  395. <summary>
  396. <para>Restores the most recently saved graphics state.</para>
  397. </summary>
  398. </member>
  399. <member name="M:DevExpress.Pdf.PdfGraphics.RotateTransform(System.Single)">
  400. <summary>
  401. <para>Rotates the coordinate system clockwise relative to its origin to the specified angle.</para>
  402. </summary>
  403. <param name="degree">Angle of rotation in degrees.</param>
  404. </member>
  405. <member name="M:DevExpress.Pdf.PdfGraphics.SaveGraphicsState">
  406. <summary>
  407. <para>Saves the current graphics state to the stack.</para>
  408. </summary>
  409. </member>
  410. <member name="M:DevExpress.Pdf.PdfGraphics.ScaleTransform(System.Single,System.Single)">
  411. <summary>
  412. <para>Scales the coordinate system according to the specified scale factor.</para>
  413. </summary>
  414. <param name="sx">Scale factor in the x direction.</param>
  415. <param name="sy">Scale factor in the y direction.</param>
  416. </member>
  417. <member name="P:DevExpress.Pdf.PdfGraphics.TextOrigin">
  418. <summary>
  419. <para>Specifies how to interpret a point passed to one of the PdfGraphics.DrawString overload methods that take a PointF object.</para>
  420. </summary>
  421. <value>A <see cref="T:DevExpress.Pdf.PdfGraphicsTextOrigin"/> enumeration value. The default value is TopLeftCorner.</value>
  422. </member>
  423. <member name="M:DevExpress.Pdf.PdfGraphics.TranslateTransform(System.Single,System.Single)">
  424. <summary>
  425. <para>Translates the origin of the coordinate system to the specified point.</para>
  426. </summary>
  427. <param name="x">A single structure that is the x-coordinate of the translation.</param>
  428. <param name="y">A single structure that is the y-coordinate of the translation.</param>
  429. </member>
  430. <member name="P:DevExpress.Pdf.PdfGraphics.UseKerning">
  431. <summary>
  432. <para>Gets or sets a value which indicates whether kerning is used when drawing characters.</para>
  433. </summary>
  434. <value>true if kerning is used when drawing characters; otherwise, false.</value>
  435. </member>
  436. <member name="T:DevExpress.Pdf.PdfGraphicsAcroFormBorderAppearance">
  437. <summary>
  438. <para>Provides appearance settings used to paint the border of an interactive form field.</para>
  439. </summary>
  440. </member>
  441. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormBorderAppearance.#ctor">
  442. <summary>
  443. <para>Initializes a new instance of the <see cref="T:DevExpress.Pdf.PdfGraphicsAcroFormBorderAppearance"/> class with the default settings.</para>
  444. </summary>
  445. </member>
  446. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormBorderAppearance.Color">
  447. <summary>
  448. <para>Specifies the color of an interactive form field border.</para>
  449. </summary>
  450. <value>A <see cref="T:System.Drawing.Color"/> structure specifying the border color.</value>
  451. </member>
  452. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormBorderAppearance.Style">
  453. <summary>
  454. <para>Specifies the style of an interactive form field border.</para>
  455. </summary>
  456. <value>One of the <see cref="T:DevExpress.Pdf.PdfAcroFormBorderStyle"/> enumeration values that represents the style of an interactive form field border.</value>
  457. </member>
  458. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormBorderAppearance.Width">
  459. <summary>
  460. <para>Specifies the width of the interactive form field border.</para>
  461. </summary>
  462. <value>A <see cref="T:System.Double"/> value that is the width of the interactive form field border. The default value is 1.</value>
  463. </member>
  464. <member name="T:DevExpress.Pdf.PdfGraphicsAcroFormCheckBoxField">
  465. <summary>
  466. <para>Represents a check box field.</para>
  467. </summary>
  468. </member>
  469. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormCheckBoxField.#ctor(System.String,System.Drawing.RectangleF)">
  470. <summary>
  471. <para>Initializes a new instance of the <see cref="T:DevExpress.Pdf.PdfGraphicsAcroFormCheckBoxField"/> class with the specified check box field name and a rectangle where the check box field will be located on a page.</para>
  472. </summary>
  473. <param name="name">A <see cref="T:System.String"/> that specifies the name of a check box field.</param>
  474. <param name="rectangle">A <see cref="T:System.Drawing.RectangleF"/> object that represents a rectangle inside which a check box field is located on a page.</param>
  475. </member>
  476. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormCheckBoxField.ButtonStyle">
  477. <summary>
  478. <para>Specifies a button style which is applied to a check box field.</para>
  479. </summary>
  480. <value>A <see cref="T:DevExpress.Pdf.PdfAcroFormButtonStyle"/> enumeration value that determines the button style applied to a check box field.</value>
  481. </member>
  482. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormCheckBoxField.ExportValue">
  483. <summary>
  484. <para>Specifies an export value of a check box field.</para>
  485. </summary>
  486. <value>A <see cref="T:System.String"/> value which represents an export value of a check box field.</value>
  487. </member>
  488. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormCheckBoxField.IsChecked">
  489. <summary>
  490. <para>Gets or sets whether a check box is checked.</para>
  491. </summary>
  492. <value>true, if the check box is checked; otherwise, false. Default value is false.</value>
  493. </member>
  494. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormCheckBoxField.ShouldGeneratePressedAppearance">
  495. <summary>
  496. <para>Specifies whether to generate a down appearance that will appear in a check box when the mouse button is pressed within the check box area.</para>
  497. </summary>
  498. <value>true, if a down appearance is generated within the check box area; otherwise, false. Default value is true.</value>
  499. </member>
  500. <member name="T:DevExpress.Pdf.PdfGraphicsAcroFormChoiceField">
  501. <summary>
  502. <para>Represents the base class for combo box and list box fields.</para>
  503. </summary>
  504. </member>
  505. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormChoiceField.AddValue(System.String)">
  506. <summary>
  507. <para>Adds an item to a combo box and list box using their display value.</para>
  508. </summary>
  509. <param name="displayValue">A <see cref="T:System.String"/> that is a value to be added to combo box and list box.</param>
  510. </member>
  511. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormChoiceField.AddValue(System.String,System.String)">
  512. <summary>
  513. <para>Adds an item to a combo box and list box using their display and export values.</para>
  514. </summary>
  515. <param name="displayValue">A <see cref="T:System.String"/> that is a value to be added to a combo box and list box.</param>
  516. <param name="exportValue">A <see cref="T:System.String"/> that is an export value.</param>
  517. </member>
  518. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormChoiceField.ClearSelection">
  519. <summary>
  520. <para>Clears the combo box or list box selection.</para>
  521. </summary>
  522. </member>
  523. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormChoiceField.ClearValues">
  524. <summary>
  525. <para>Removes all values to be added to the list box and combo box.</para>
  526. </summary>
  527. </member>
  528. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormChoiceField.SelectValue(System.String)">
  529. <summary>
  530. <para>Selects an item of a combo box and list box by their export value.</para>
  531. </summary>
  532. <param name="exportValue">A <see cref="T:System.String"/> value that represents the item&#39;s export value.</param>
  533. <returns>true, if the combo box or list box item was successfully selected; otherwise, false.</returns>
  534. </member>
  535. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormChoiceField.SetSelected(System.Int32,System.Boolean)">
  536. <summary>
  537. <para>Sets the specified item&#39;s selection state in combo box and list box fields.</para>
  538. </summary>
  539. <param name="index">The zero-based index of the item whose selection state will be changed.</param>
  540. <param name="value">true, to select the item; false to unselect the item.</param>
  541. </member>
  542. <member name="T:DevExpress.Pdf.PdfGraphicsAcroFormComboBoxField">
  543. <summary>
  544. <para>Represents a combo box field.</para>
  545. </summary>
  546. </member>
  547. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormComboBoxField.#ctor(System.String,System.Drawing.RectangleF)">
  548. <summary>
  549. <para>Initializes a new instance of the <see cref="T:DevExpress.Pdf.PdfGraphicsAcroFormComboBoxField"/> class with the specified combo box field name and a rectangle where the combo box field will be located on a page.</para>
  550. </summary>
  551. <param name="name">A <see cref="T:System.String"/> that specifies the name of a combo box field.</param>
  552. <param name="rectangle">A <see cref="T:System.Drawing.RectangleF"/> object that represents a rectangle inside which a combo box field is located on a page.</param>
  553. </member>
  554. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormComboBoxField.Editable">
  555. <summary>
  556. <para>Gets or sets a value that determines whether text within a text box of the combo box field can be edited.</para>
  557. </summary>
  558. <value>true, if text within a text box of the combo box field can be edited; otherwise, false. The default value is false.</value>
  559. </member>
  560. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormComboBoxField.ValueFormat">
  561. <summary>
  562. <para>Provides access to the field value format options.</para>
  563. </summary>
  564. <value>An object that allows you to specify the value format.</value>
  565. </member>
  566. <member name="T:DevExpress.Pdf.PdfGraphicsAcroFormCommonField">
  567. <summary>
  568. <para>Represents the base class for common field types such as text box, check box, list box, combo box and signature.</para>
  569. </summary>
  570. </member>
  571. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormCommonField.Rectangle">
  572. <summary>
  573. <para>Specifies a rectangle inside which an interactive form field is located on a page.</para>
  574. </summary>
  575. <value>A <see cref="T:System.Drawing.RectangleF"/> object that represents a field rectangle.</value>
  576. </member>
  577. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormCommonField.TextAlignment">
  578. <summary>
  579. <para>Specifies the horizontal alignment of the interactive form field&#39;s text.</para>
  580. </summary>
  581. <value>A <see cref="T:DevExpress.Pdf.PdfAcroFormStringAlignment"/> enumeration value that specifies how the text is horizontally aligned within the interactive form field.</value>
  582. </member>
  583. <member name="T:DevExpress.Pdf.PdfGraphicsAcroFormField">
  584. <summary>
  585. <para>Represents the base class for all interactive form fields.</para>
  586. </summary>
  587. </member>
  588. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormField.Appearance">
  589. <summary>
  590. <para>Specifies the appearance settings for the interactive form field.</para>
  591. </summary>
  592. <value>A <see cref="T:DevExpress.Pdf.PdfGraphicsAcroFormFieldAppearance"/> object that specifies the appearance of the interactive form field.</value>
  593. </member>
  594. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormField.CreateComboBox(System.String,System.Drawing.RectangleF)">
  595. <summary>
  596. <para>Creates a combo box field using the field name and a rectangle where the combo box field will be located on a page.</para>
  597. </summary>
  598. <param name="name">A <see cref="T:System.String"/> that specifies the name of a combo box field.</param>
  599. <param name="rect">A <see cref="T:System.Drawing.RectangleF"/> object that represents a rectangle inside which a combo box field is located on a page.</param>
  600. <returns>A <see cref="T:DevExpress.Pdf.PdfGraphicsAcroFormComboBoxField"/> object that represents a created combo box field.</returns>
  601. </member>
  602. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormField.CreateListBox(System.String,System.Drawing.RectangleF)">
  603. <summary>
  604. <para>Creates a list box field using the field name and a rectangle where the list box field will be located on a page.</para>
  605. </summary>
  606. <param name="name">A <see cref="T:System.String"/> that specifies the name of a list box field.</param>
  607. <param name="rect">A <see cref="T:System.Drawing.RectangleF"/> object that represents a rectangle inside which a list box field is located on a page.</param>
  608. <returns>A <see cref="T:DevExpress.Pdf.PdfGraphicsAcroFormListBoxField"/> object that represents a created list box field.</returns>
  609. </member>
  610. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormField.CreateRadioGroup(System.String)">
  611. <summary>
  612. <para>Creates a radio group field using the field name.</para>
  613. </summary>
  614. <param name="name">A <see cref="T:System.String"/> that specifies the name of a radio group field.</param>
  615. <returns>A <see cref="T:DevExpress.Pdf.PdfGraphicsAcroFormRadioGroupField"/> object that represents a created radio group field.</returns>
  616. </member>
  617. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormField.CreateSignature(System.String,System.Drawing.RectangleF)">
  618. <summary>
  619. <para>Creates a signature field using the field name and a rectangle where a signature field will be located on a page.</para>
  620. </summary>
  621. <param name="name">A <see cref="T:System.String"/> that specifies the name of a signature field.</param>
  622. <param name="rect">A <see cref="T:System.Drawing.RectangleF"/> object that represents a rectangle inside which a signature field is located on a page.</param>
  623. <returns>A <see cref="T:DevExpress.Pdf.PdfGraphicsAcroFormSignatureField"/> object that represents a created signature field.</returns>
  624. </member>
  625. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormField.CreateTextBox(System.String,System.Drawing.RectangleF)">
  626. <summary>
  627. <para>Creates a text box field using the field name and a rectangle where a text box field will be located on a page.</para>
  628. </summary>
  629. <param name="name">A <see cref="T:System.String"/> that specifies the name of a text box field.</param>
  630. <param name="rect">A <see cref="T:System.Drawing.RectangleF"/> object that represents a rectangle inside which a text box field is located on a page.</param>
  631. <returns>A <see cref="T:DevExpress.Pdf.PdfGraphicsAcroFormTextBoxField"/> object that represents a created text box field.</returns>
  632. </member>
  633. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormField.Name">
  634. <summary>
  635. <para>Specifies the interactive form field name.</para>
  636. </summary>
  637. <value>A <see cref="T:System.String"/> value that is the field name.</value>
  638. </member>
  639. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormField.Print">
  640. <summary>
  641. <para>Specifies whether the current form field is printed.</para>
  642. </summary>
  643. <value>true, if the current form field is printed on the page, otherwise, false. The default value is true.</value>
  644. </member>
  645. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormField.ReadOnly">
  646. <summary>
  647. <para>Gets or sets whether the interactive form field allows editing.</para>
  648. </summary>
  649. <value>true, if end-users cannot modify the form field&#39;s value; otherwise, false.</value>
  650. </member>
  651. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormField.Required">
  652. <summary>
  653. <para>Gets or sets the required status of the interactive form field.</para>
  654. </summary>
  655. <value>true, if the form field must have a value at the time it is exported by a submit-form action; otherwise, false.</value>
  656. </member>
  657. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormField.Rotation">
  658. <summary>
  659. <para>Specifies the rotation to apply to interactive form field.</para>
  660. </summary>
  661. <value>A <see cref="T:DevExpress.Pdf.PdfAcroFormFieldRotation"/> enumeration value that represents the degree by which a form field is rotated counterclockwise relative to the page.</value>
  662. </member>
  663. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormField.ToolTip">
  664. <summary>
  665. <para>Specifies the form field&#39;s tooltip text.</para>
  666. </summary>
  667. <value>A <see cref="T:System.String"/> value that specifies the text displayed within the form field&#39;s tooltip.</value>
  668. </member>
  669. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormField.Visible">
  670. <summary>
  671. <para>Specifies whether the form field is visible on the page.</para>
  672. </summary>
  673. <value>true, if the form field is visible; otherwise, false.</value>
  674. </member>
  675. <member name="T:DevExpress.Pdf.PdfGraphicsAcroFormFieldAppearance">
  676. <summary>
  677. <para>Provides appearance settings used to paint an interactive form field.</para>
  678. </summary>
  679. </member>
  680. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormFieldAppearance.#ctor">
  681. <summary>
  682. <para>Initializes a new instance of the <see cref="T:DevExpress.Pdf.PdfGraphicsAcroFormFieldAppearance"/> class with the default settings.</para>
  683. </summary>
  684. </member>
  685. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormFieldAppearance.BackgroundColor">
  686. <summary>
  687. <para>Specifies the form field&#39;s background color.</para>
  688. </summary>
  689. <value>A <see cref="T:System.Drawing.Color"/> value that specifies the interactive form field&#39;s background color.</value>
  690. </member>
  691. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormFieldAppearance.BorderAppearance">
  692. <summary>
  693. <para>Specifies the border appearance settings for an interactive form field.</para>
  694. </summary>
  695. <value>A <see cref="T:DevExpress.Pdf.PdfGraphicsAcroFormBorderAppearance"/> object that specifies the border appearance for the interactive form field. The default value is null (a border is not displayed in a form field).</value>
  696. </member>
  697. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormFieldAppearance.FontFamily">
  698. <summary>
  699. <para>Specifies the font family name for an interactive form field.</para>
  700. </summary>
  701. <value>A <see cref="T:System.String"/> that specifies the font family name.</value>
  702. </member>
  703. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormFieldAppearance.FontSize">
  704. <summary>
  705. <para>Specifies the size of the interactive form field&#39;s font.</para>
  706. </summary>
  707. <value>A <see cref="T:System.Double"/> value representing the font size for the interactive form field. The default value: 12.</value>
  708. </member>
  709. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormFieldAppearance.FontStyle">
  710. <summary>
  711. <para>Specifies the style of the form field font.</para>
  712. </summary>
  713. <value>A <see cref="T:System.Windows.FontStyle"/> value, representing the font style.</value>
  714. </member>
  715. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormFieldAppearance.ForeColor">
  716. <summary>
  717. <para>Specifies the foreground color of an interactive form field.</para>
  718. </summary>
  719. <value>A <see cref="T:System.Drawing.Color"/> structure specifying the foreground color of an interactive form field.</value>
  720. </member>
  721. <member name="T:DevExpress.Pdf.PdfGraphicsAcroFormListBoxField">
  722. <summary>
  723. <para>Represents a list box field.</para>
  724. </summary>
  725. </member>
  726. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormListBoxField.#ctor(System.String,System.Drawing.RectangleF)">
  727. <summary>
  728. <para>Initializes a new instance of the <see cref="T:DevExpress.Pdf.PdfGraphicsAcroFormListBoxField"/> class with the specified list box field name and a rectangle where the list box field will be located on a page.</para>
  729. </summary>
  730. <param name="name">A <see cref="T:System.String"/> that specifies the name of a list box field.</param>
  731. <param name="rectangle">A <see cref="T:System.Drawing.RectangleF"/> object that represents a rectangle inside which a list box field is located on a page.</param>
  732. </member>
  733. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormListBoxField.MultiSelect">
  734. <summary>
  735. <para>Specifies whether multiple items can be selected simultaneously in the list box field.</para>
  736. </summary>
  737. <value>true, if multiple selections of list box items are allowed; otherwise, false.</value>
  738. </member>
  739. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormListBoxField.TopIndex">
  740. <summary>
  741. <para>Specifies the index of the first visible item in the list box field.</para>
  742. </summary>
  743. <value>An integer value that is the zero-based index of the first visible item in the list box. Default value is 0.</value>
  744. </member>
  745. <member name="T:DevExpress.Pdf.PdfGraphicsAcroFormRadioGroupField">
  746. <summary>
  747. <para>Represents a radio group field.</para>
  748. </summary>
  749. </member>
  750. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormRadioGroupField.#ctor(System.String)">
  751. <summary>
  752. <para>Initializes a new instance of the <see cref="T:DevExpress.Pdf.PdfGraphicsAcroFormRadioGroupField"/> class with the specified radio group field name.</para>
  753. </summary>
  754. <param name="name">A <see cref="T:System.String"/> that specifies the name of a radio group field.</param>
  755. </member>
  756. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormRadioGroupField.AddButton(System.String,System.Drawing.RectangleF)">
  757. <summary>
  758. <para>Adds a radio button to the radio group field using the radio button name and a rectangle that specifies the location of this button on a PDF page.</para>
  759. </summary>
  760. <param name="name">A <see cref="T:System.String"/> that specifies the name of a radio button.</param>
  761. <param name="rect">A <see cref="T:System.Drawing.RectangleF"/> object that represents a rectangle inside which a radio button is located on a page.</param>
  762. </member>
  763. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormRadioGroupField.ButtonStyle">
  764. <summary>
  765. <para>Gets or sets the style that defines the appearance of a radio button within a radio group.</para>
  766. </summary>
  767. <value>A <see cref="T:DevExpress.Pdf.PdfAcroFormButtonStyle"/> enumeration value that determines the style of a radio button within a radio group.</value>
  768. </member>
  769. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormRadioGroupField.ClearButtons">
  770. <summary>
  771. <para>Removes all radio buttons from the radio group field.</para>
  772. </summary>
  773. </member>
  774. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormRadioGroupField.RadioButtonCount">
  775. <summary>
  776. <para>Gets the number of radio buttons in the radio group field.</para>
  777. </summary>
  778. <value>An integer value that is the number of radio buttons in the radio group field.</value>
  779. </member>
  780. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormRadioGroupField.SelectedIndex">
  781. <summary>
  782. <para>Specifies index of the selected item in radio group field.</para>
  783. </summary>
  784. <value>An integer value, representing the zero-based index of the radio group&#39;s selected item.</value>
  785. </member>
  786. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormRadioGroupField.ShouldGeneratePressedAppearance">
  787. <summary>
  788. <para>Specifies whether to generate a down appearance that will appear when the mouse button is pressed within the radio button area.</para>
  789. </summary>
  790. <value>true, if a down appearance is generated within the radio button area; otherwise, false. Default value is true.</value>
  791. </member>
  792. <member name="T:DevExpress.Pdf.PdfGraphicsAcroFormSignatureField">
  793. <summary>
  794. <para>Represents the signature field.</para>
  795. </summary>
  796. </member>
  797. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormSignatureField.#ctor(System.String,System.Drawing.RectangleF)">
  798. <summary>
  799. <para>Initializes a new instance of the <see cref="T:DevExpress.Pdf.PdfGraphicsAcroFormSignatureField"/> class with the specified signature field name and a rectangle where the signature field will be located on a page.</para>
  800. </summary>
  801. <param name="name">A <see cref="T:System.String"/> that specifies the name of a signature field.</param>
  802. <param name="rectangle">A <see cref="T:System.Drawing.RectangleF"/> object that represents a rectangle inside which a signature field is located on a page.</param>
  803. </member>
  804. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormSignatureField.ContentImage">
  805. <summary>
  806. <para>Specifies an image displayed in the signature form field.</para>
  807. </summary>
  808. <value>A <see cref="T:System.Drawing.Image"/> object that is an image displayed in the signature form field.</value>
  809. </member>
  810. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormSignatureField.LineAlignment">
  811. <summary>
  812. <para>Specifies the vertical alignment of the string within the signature field.</para>
  813. </summary>
  814. <value>A <see cref="T:DevExpress.Pdf.PdfAcroFormStringAlignment"/> enumeration value that represents the vertical line alignment.</value>
  815. </member>
  816. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormSignatureField.StretchContentImage">
  817. <summary>
  818. <para>Specifies whether an image should be stretched to fill the rectangle of a signature field.</para>
  819. </summary>
  820. <value>true, if an image is stretched to fill the rectangle of a signature field; otherwise, false.</value>
  821. </member>
  822. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormSignatureField.Text">
  823. <summary>
  824. <para>Specifies text displayed in a signature field.</para>
  825. </summary>
  826. <value>A <see cref="T:System.String"/> value which represents the text displayed in the signature field.</value>
  827. </member>
  828. <member name="T:DevExpress.Pdf.PdfGraphicsAcroFormTextBoxField">
  829. <summary>
  830. <para>Represents a text box field.</para>
  831. </summary>
  832. </member>
  833. <member name="M:DevExpress.Pdf.PdfGraphicsAcroFormTextBoxField.#ctor(System.String,System.Drawing.RectangleF)">
  834. <summary>
  835. <para>Initializes a new instance of the <see cref="T:DevExpress.Pdf.PdfGraphicsAcroFormTextBoxField"/> class with the specified text box field name and a rectangle where the text box field will be located on a page.</para>
  836. </summary>
  837. <param name="name">A <see cref="T:System.String"/> that specifies the name of a text box field.</param>
  838. <param name="rectangle">A <see cref="T:System.Drawing.RectangleF"/> object that represents a rectangle inside which a text box field is located on a page.</param>
  839. </member>
  840. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormTextBoxField.MaxLength">
  841. <summary>
  842. <para>Specifies the maximum text length for a text box field.</para>
  843. </summary>
  844. <value>A positive integer value specifying the maximum number of characters allowed in a text box field or 0 indicating that the number of characters in a text box field is not limited.The default value is 0.</value>
  845. </member>
  846. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormTextBoxField.Multiline">
  847. <summary>
  848. <para>Specifies whether the text box field can contain multiple lines of text.</para>
  849. </summary>
  850. <value>true, if the text box field can contain multiple lines of text; otherwise, false.</value>
  851. </member>
  852. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormTextBoxField.Scrollable">
  853. <summary>
  854. <para>Specifies whether a text box field can be scrollable when the entered text exceeds the field area.</para>
  855. </summary>
  856. <value>true, if a text box field is scrollable when the entered text exceeds the field area; otherwise, false.</value>
  857. </member>
  858. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormTextBoxField.SpellCheck">
  859. <summary>
  860. <para>Specifies whether text entered to a text box field is spell checked.</para>
  861. </summary>
  862. <value>true, if text entered to a text box field is spell checked; otherwise, false.</value>
  863. </member>
  864. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormTextBoxField.Text">
  865. <summary>
  866. <para>Specifies text of the text box field.</para>
  867. </summary>
  868. <value>A <see cref="T:System.String"/> value which represents the text displayed in the text box field.</value>
  869. </member>
  870. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormTextBoxField.Type">
  871. <summary>
  872. <para>Specifies the type of the text box field.</para>
  873. </summary>
  874. <value>A <see cref="T:DevExpress.Pdf.PdfAcroFormTextFieldType"/> enumeration value that represents the text box field type.</value>
  875. </member>
  876. <member name="P:DevExpress.Pdf.PdfGraphicsAcroFormTextBoxField.ValueFormat">
  877. <summary>
  878. <para>Provides access to the field value format options.</para>
  879. </summary>
  880. <value>An object that allows you to specify the value format.</value>
  881. </member>
  882. <member name="T:DevExpress.Pdf.PdfGraphicsJpegImageQuality">
  883. <summary>
  884. <para>Specifies how images are exported to PDF format.</para>
  885. </summary>
  886. </member>
  887. <member name="F:DevExpress.Pdf.PdfGraphicsJpegImageQuality.High">
  888. <summary>
  889. <para>The resulting Jpeg image quality is high.</para>
  890. </summary>
  891. </member>
  892. <member name="F:DevExpress.Pdf.PdfGraphicsJpegImageQuality.Highest">
  893. <summary>
  894. <para>The resulting Jpeg image quality is the highest.</para>
  895. </summary>
  896. </member>
  897. <member name="F:DevExpress.Pdf.PdfGraphicsJpegImageQuality.Low">
  898. <summary>
  899. <para>The resulting Jpeg image quality is low.</para>
  900. </summary>
  901. </member>
  902. <member name="F:DevExpress.Pdf.PdfGraphicsJpegImageQuality.Lowest">
  903. <summary>
  904. <para>The resulting Jpeg image quality is the lowest.</para>
  905. </summary>
  906. </member>
  907. <member name="F:DevExpress.Pdf.PdfGraphicsJpegImageQuality.Medium">
  908. <summary>
  909. <para>The resulting Jpeg image quality is medium.</para>
  910. </summary>
  911. </member>
  912. <member name="T:DevExpress.Pdf.PdfMarkupAnnotationInfo">
  913. <summary>
  914. <para>Provides information about a markup annotation.</para>
  915. </summary>
  916. </member>
  917. <member name="P:DevExpress.Pdf.PdfMarkupAnnotationInfo.Author">
  918. <summary>
  919. <para>Gets the author of a markup annotation.</para>
  920. </summary>
  921. <value>A string that is the text markup annotation&#39;s author.</value>
  922. </member>
  923. <member name="P:DevExpress.Pdf.PdfMarkupAnnotationInfo.Bounds">
  924. <summary>
  925. <para>Gets the markup annotation&#39;s bounds on the page.</para>
  926. </summary>
  927. <value>A <see cref="T:DevExpress.Pdf.PdfRectangle"/> object that represents the markup annotation&#39;s bounds on the page.</value>
  928. </member>
  929. <member name="P:DevExpress.Pdf.PdfMarkupAnnotationInfo.Color">
  930. <summary>
  931. <para>Gets the markup annotation color.</para>
  932. </summary>
  933. <value>A <see cref="T:DevExpress.Pdf.PdfRGBColor"/> object that is the markup annotation color.</value>
  934. </member>
  935. <member name="P:DevExpress.Pdf.PdfMarkupAnnotationInfo.Comment">
  936. <summary>
  937. <para>Gets text to be displayed when the markup annotation&#39;s popup window is opened over a page.</para>
  938. </summary>
  939. <value>A <see cref="T:System.String"/> value that is text to be displayed when the markup annotation&#39;s popup window is opened over a page.</value>
  940. </member>
  941. <member name="P:DevExpress.Pdf.PdfMarkupAnnotationInfo.CreationDate">
  942. <summary>
  943. <para>Gets the date and time when the markup annotation was created on the page.</para>
  944. </summary>
  945. <value>A nullable <see cref="T:System.DateTimeOffset"/> structure that is the date and time of the markup annotation&#39;s creation on the page.</value>
  946. </member>
  947. <member name="P:DevExpress.Pdf.PdfMarkupAnnotationInfo.ModificationDate">
  948. <summary>
  949. <para>Gets the date and time of the markup annotation&#39;s last modification.</para>
  950. </summary>
  951. <value>A nullable <see cref="T:System.DateTimeOffset"/> value that is the date and time of the markup annotation&#39;s last modification.</value>
  952. </member>
  953. <member name="P:DevExpress.Pdf.PdfMarkupAnnotationInfo.Name">
  954. <summary>
  955. <para>Gets the markup annotation name.</para>
  956. </summary>
  957. <value>A <see cref="T:System.String"/> value that is the markup annotation name.</value>
  958. </member>
  959. <member name="P:DevExpress.Pdf.PdfMarkupAnnotationInfo.Opacity">
  960. <summary>
  961. <para>Gets the opacity value that is used in painting the markup annotation.</para>
  962. </summary>
  963. <value>A double value that is the markup annotation opacity.</value>
  964. </member>
  965. <member name="P:DevExpress.Pdf.PdfMarkupAnnotationInfo.PageNumber">
  966. <summary>
  967. <para>Gets the page number where the markup annotation is located.</para>
  968. </summary>
  969. <value>An integer value that is the current page number.</value>
  970. </member>
  971. <member name="P:DevExpress.Pdf.PdfMarkupAnnotationInfo.Subject">
  972. <summary>
  973. <para>Gets a short description of the subject being addressed by the markup annotation.</para>
  974. </summary>
  975. <value>A string value that is the text representing a short description of the subject.</value>
  976. </member>
  977. <member name="T:DevExpress.Pdf.PdfPrinterSettings">
  978. <summary>
  979. <para>Provides the additional printer settings to a PDF Viewer.</para>
  980. </summary>
  981. </member>
  982. <member name="M:DevExpress.Pdf.PdfPrinterSettings.#ctor">
  983. <summary>
  984. <para>Initializes a new instance of the <see cref="T:DevExpress.Pdf.PdfPrinterSettings"/> class with the default settings.</para>
  985. </summary>
  986. </member>
  987. <member name="M:DevExpress.Pdf.PdfPrinterSettings.#ctor(System.Drawing.Printing.PrinterSettings)">
  988. <summary>
  989. <para>Initializes a new instance of the <see cref="T:DevExpress.Pdf.PdfPrinterSettings"/> class with the specified settings.</para>
  990. </summary>
  991. <param name="settings">A <see cref="T:System.Drawing.Printing.PrinterSettings"/> object.</param>
  992. </member>
  993. <member name="P:DevExpress.Pdf.PdfPrinterSettings.EnableLegacyPrinting">
  994. <summary>
  995. <para>Gets or sets a value which indicates whether legacy printing is enabled.</para>
  996. </summary>
  997. <value>true if a document is printed using the old printing engine; otherwise - false. The default value is false.</value>
  998. </member>
  999. <member name="P:DevExpress.Pdf.PdfPrinterSettings.PageNumbers">
  1000. <summary>
  1001. <para>Specifies the PDF document page numbers to be printed.</para>
  1002. </summary>
  1003. <value>An array of integer values that correspond to page numbers.</value>
  1004. </member>
  1005. <member name="P:DevExpress.Pdf.PdfPrinterSettings.PageOrientation">
  1006. <summary>
  1007. <para>Specifies the orientation of pages to be printed.</para>
  1008. </summary>
  1009. <value>A <see cref="T:DevExpress.Pdf.PdfPrintPageOrientation"/> value. The default value is <see cref="F:DevExpress.Pdf.PdfPrintPageOrientation.Auto"/>.</value>
  1010. </member>
  1011. <member name="P:DevExpress.Pdf.PdfPrinterSettings.PrintingDpi">
  1012. <summary>
  1013. <para>Specifies the dpi value used to print the PDF document.</para>
  1014. </summary>
  1015. <value>A <see cref="T:System.Int32"/> value which represents the printing dpi.</value>
  1016. </member>
  1017. <member name="P:DevExpress.Pdf.PdfPrinterSettings.PrintInGrayscale">
  1018. <summary>
  1019. <para>Gets or sets a value which indicates whether to print the document content in grayscale.</para>
  1020. </summary>
  1021. <value>true to print a document content in grayscale; false the current printer settings are used.</value>
  1022. </member>
  1023. <member name="P:DevExpress.Pdf.PdfPrinterSettings.Scale">
  1024. <summary>
  1025. <para>Specifies the percentage scale factor of the document page to be printed.</para>
  1026. </summary>
  1027. <value>A <see cref="T:System.Single"/> value which represents the scale factor of the document page (the scale is measured as a percentage).</value>
  1028. </member>
  1029. <member name="P:DevExpress.Pdf.PdfPrinterSettings.ScaleMode">
  1030. <summary>
  1031. <para>Specifies the page scale mode when a document is printing.</para>
  1032. </summary>
  1033. <value>A <see cref="T:DevExpress.Pdf.PdfPrintScaleMode"/> value.</value>
  1034. </member>
  1035. <member name="P:DevExpress.Pdf.PdfPrinterSettings.Settings">
  1036. <summary>
  1037. <para>Provides access to the standard .NET Framework printer settings.</para>
  1038. </summary>
  1039. <value>A <see cref="T:System.Drawing.Printing.PrinterSettings"/> object containing the standard .NET Framework printer settings.</value>
  1040. </member>
  1041. <member name="T:DevExpress.Pdf.PdfPrintPageEventArgs">
  1042. <summary>
  1043. <para>Provides data for the <see cref="E:DevExpress.XtraPdfViewer.PdfViewer.PrintPage"/> and <see cref="E:DevExpress.Pdf.PdfDocumentProcessor.PrintPage"/> events.</para>
  1044. </summary>
  1045. </member>
  1046. <member name="P:DevExpress.Pdf.PdfPrintPageEventArgs.PageCount">
  1047. <summary>
  1048. <para>Returns the total number of pages which were sent to the printer.</para>
  1049. </summary>
  1050. <value>An integer value which represents the total number of pages which were sent to the printer.</value>
  1051. </member>
  1052. <member name="P:DevExpress.Pdf.PdfPrintPageEventArgs.PageNumber">
  1053. <summary>
  1054. <para>Returns the page number of the currently printed page.</para>
  1055. </summary>
  1056. <value>An integer value that is the page number.</value>
  1057. </member>
  1058. <member name="T:DevExpress.Pdf.PdfPrintPageEventHandler">
  1059. <summary>
  1060. <para>A method that will handle the <see cref="E:DevExpress.XtraPdfViewer.PdfViewer.PrintPage"/> and <see cref="E:DevExpress.Pdf.PdfDocumentProcessor.PrintPage"/> events.</para>
  1061. </summary>
  1062. <param name="sender">The event source. This parameter identifies either the <see cref="T:DevExpress.Pdf.PdfDocumentProcessor"/> or <see cref="T:DevExpress.XtraPdfViewer.PdfViewer"/> which raised the event.</param>
  1063. <param name="e">A <see cref="T:DevExpress.Pdf.PdfPrintPageEventArgs"/> object that contains event data.</param>
  1064. </member>
  1065. <member name="T:DevExpress.Pdf.PdfPrintPageOrientation">
  1066. <summary>
  1067. <para>Lists the available document orientation modes.</para>
  1068. </summary>
  1069. </member>
  1070. <member name="F:DevExpress.Pdf.PdfPrintPageOrientation.Auto">
  1071. <summary>
  1072. <para>The orientation is defined automatically to fit the page content to the specific paper type.</para>
  1073. </summary>
  1074. </member>
  1075. <member name="F:DevExpress.Pdf.PdfPrintPageOrientation.Landscape">
  1076. <summary>
  1077. <para>Orientation of the document pages is landscape.</para>
  1078. </summary>
  1079. </member>
  1080. <member name="F:DevExpress.Pdf.PdfPrintPageOrientation.Portrait">
  1081. <summary>
  1082. <para>Orientation of the document pages is portrait.</para>
  1083. </summary>
  1084. </member>
  1085. <member name="T:DevExpress.Pdf.PdfPrintScaleMode">
  1086. <summary>
  1087. <para>Lists the available document scale modes.</para>
  1088. </summary>
  1089. </member>
  1090. <member name="F:DevExpress.Pdf.PdfPrintScaleMode.ActualSize">
  1091. <summary>
  1092. <para>A printed page is not scaled.</para>
  1093. </summary>
  1094. </member>
  1095. <member name="F:DevExpress.Pdf.PdfPrintScaleMode.CustomScale">
  1096. <summary>
  1097. <para>A printed page is scaled by a specified percentage scale factor.</para>
  1098. </summary>
  1099. </member>
  1100. <member name="F:DevExpress.Pdf.PdfPrintScaleMode.Fit">
  1101. <summary>
  1102. <para>A printed page is scaled to fit a specific paper size.</para>
  1103. </summary>
  1104. </member>
  1105. <member name="T:DevExpress.Pdf.PdfQueryPageSettingsEventArgs">
  1106. <summary>
  1107. <para>Provides data for the <see cref="E:DevExpress.XtraPdfViewer.PdfViewer.QueryPageSettings"/> and <see cref="E:DevExpress.Pdf.PdfDocumentProcessor.QueryPageSettings"/> events.</para>
  1108. </summary>
  1109. </member>
  1110. <member name="P:DevExpress.Pdf.PdfQueryPageSettingsEventArgs.PageNumber">
  1111. <summary>
  1112. <para>Gets the page number in a document.</para>
  1113. </summary>
  1114. <value>An integer value, specifying the page number.</value>
  1115. </member>
  1116. <member name="P:DevExpress.Pdf.PdfQueryPageSettingsEventArgs.PageSize">
  1117. <summary>
  1118. <para>Gets the size of the current page.</para>
  1119. </summary>
  1120. <value>A <see cref="T:System.Drawing.SizeF"/> value.</value>
  1121. </member>
  1122. <member name="P:DevExpress.Pdf.PdfQueryPageSettingsEventArgs.PrintInGrayscale">
  1123. <summary>
  1124. <para>Gets or sets a value which indicates whether to print the document content in grayscale.</para>
  1125. </summary>
  1126. <value>true to print a document content in grayscale; false the current printer settings are used.</value>
  1127. </member>
  1128. <member name="T:DevExpress.Pdf.PdfQueryPageSettingsEventHandler">
  1129. <summary>
  1130. <para>A method that will handle the <see cref="E:DevExpress.Pdf.PdfDocumentProcessor.QueryPageSettings"/> and <see cref="E:DevExpress.XtraPdfViewer.PdfViewer.QueryPageSettings"/> events.</para>
  1131. </summary>
  1132. <param name="sender">The event source. This parameter identifies either the <see cref="T:DevExpress.Pdf.PdfDocumentProcessor"/> or <see cref="T:DevExpress.XtraPdfViewer.PdfViewer"/> which raised the event.</param>
  1133. <param name="e">A <see cref="T:DevExpress.Pdf.PdfQueryPageSettingsEventArgs"/> object that contains event data.</param>
  1134. </member>
  1135. <member name="T:DevExpress.Pdf.PdfTextMarkupAnnotationInfo">
  1136. <summary>
  1137. <para>Provides information about a text markup annotation.</para>
  1138. </summary>
  1139. </member>
  1140. <member name="P:DevExpress.Pdf.PdfTextMarkupAnnotationInfo.Quads">
  1141. <summary>
  1142. <para>Gets a collection of quadrilaterals that encompass the text markup annotation drawing area.</para>
  1143. </summary>
  1144. <value>An array of <see cref="T:DevExpress.Pdf.PdfQuadrilateral"/> objects that represent the quadrilaterals points.</value>
  1145. </member>
  1146. <member name="P:DevExpress.Pdf.PdfTextMarkupAnnotationInfo.Style">
  1147. <summary>
  1148. <para>Gets the style of a text markup annotation.</para>
  1149. </summary>
  1150. <value>One of the <see cref="T:DevExpress.Pdf.PdfTextMarkupAnnotationType"/> enumeration values that represents the style of a text markup annotation.</value>
  1151. </member>
  1152. </members>
  1153. </doc>