Dynamsoft.BarcodeGenerator.XML 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Dynamsoft.BarcodeGenerator</name>
  5. </assembly>
  6. <members>
  7. <member name="T:Dynamsoft.Barcode.BarcodeGenerator">
  8. <summary>
  9. Defines a class provides functions for generating barcode data.
  10. </summary>
  11. </member>
  12. <member name="M:Dynamsoft.Barcode.BarcodeGenerator.AddBarcode(System.Drawing.Bitmap,Dynamsoft.Barcode.Enums.EnumBarcodeFormat,System.String,System.String,System.Int32,System.Int32,System.Single)">
  13. <summary>
  14. Adds a specified type of barcode on a specific area of an image.
  15. </summary>
  16. <param name="bit">Specifies the image.</param>
  17. <param name="format">Specifies the type of the barcode. </param>
  18. <param name="strText">A string represents data in ASCII.</param>
  19. <param name="strHumanText">A human-readable string on the barcode.</param>
  20. <param name="x">Specifies the x-coordinate of the upper-left corner of the rectangle.</param>
  21. <param name="y">Specifies the y-coordinate of the upper-left corner of the rectangle.</param>
  22. <param name="fScale">The scale for the generated barcode.</param>
  23. <returns>Bitmap</returns>
  24. <exception cref="!:Dynamsoft.BarcodeGenerator.BarcodeGeneratorException">
  25. When an error occurs, please check BarcodeGeneratorException.
  26. </exception>
  27. </member>
  28. <member name="M:Dynamsoft.Barcode.BarcodeGenerator.CreateBarcode(Dynamsoft.Barcode.Enums.EnumBarcodeFormat,System.String,System.String,System.Single)">
  29. <summary>
  30. Create a specified type of barcode on a specific area of an image.
  31. </summary>
  32. <param name="enumBarcodeFormat">Specifies the type of the barcode.</param>
  33. <param name="strText">A string represents data in ASCII.</param>
  34. <param name="strHumanText">A human-readable string on the barcode.</param>
  35. <param name="fScale">The scale for the generated barcode.</param>
  36. <returns>Bitmap</returns>
  37. </member>
  38. <member name="M:Dynamsoft.Barcode.BarcodeGenerator.#ctor(System.String)">
  39. <summary>
  40. Initialize the barcode generator component with features to generate a barcode.
  41. </summary>
  42. <param name="strLicense">Specifies the license.</param>
  43. <exception cref="!:Dynamsoft.BarcodeGenerator.BarcodeGeneratorException">
  44. When an error occurs, please check BarcodeGeneratorException.
  45. </exception>
  46. </member>
  47. <member name="T:Dynamsoft.Barcode.Generator.ErrorCode">
  48. <summary>
  49. Defines the error code of Dynamsoft.BarcodeGenerator module.
  50. </summary>
  51. </member>
  52. <member name="F:Dynamsoft.Barcode.Generator.ErrorCode.enumSuccess">
  53. <summary>
  54. Successful.
  55. </summary>
  56. </member>
  57. <member name="F:Dynamsoft.Barcode.Generator.ErrorCode.enumLicenseInvalid">
  58. <summary>
  59. Invalid license.
  60. </summary>
  61. </member>
  62. <member name="F:Dynamsoft.Barcode.Generator.ErrorCode.enumLicenseExpired">
  63. <summary>
  64. Expired license.
  65. </summary>
  66. </member>
  67. <member name="F:Dynamsoft.Barcode.Generator.ErrorCode.enumSystemException">
  68. <summary>
  69. System exception.
  70. </summary>
  71. </member>
  72. <member name="F:Dynamsoft.Barcode.Generator.ErrorCode.enumUnknown">
  73. <summary>
  74. Unkown error.
  75. </summary>
  76. </member>
  77. <member name="F:Dynamsoft.Barcode.Generator.ErrorCode.enumFailedToLoadModule">
  78. <summary>
  79. Failed to load barcode generator module.
  80. </summary>
  81. </member>
  82. <member name="F:Dynamsoft.Barcode.Generator.ErrorCode.enumFailedToGetFunction">
  83. <summary>
  84. Failed to get function.
  85. </summary>
  86. </member>
  87. <member name="F:Dynamsoft.Barcode.Generator.ErrorCode.enumFailedToCreateBarcode">
  88. <summary>
  89. Failed to get barcode.
  90. </summary>
  91. </member>
  92. <member name="F:Dynamsoft.Barcode.Generator.ErrorCode.enumInvalidValue">
  93. <summary>
  94. Invalid value.
  95. </summary>
  96. </member>
  97. <member name="T:Dynamsoft.Barcode.Generator.BarcodeGeneratorException">
  98. <summary>
  99. Represents errors that occur during application execution.
  100. </summary>
  101. </member>
  102. <member name="M:Dynamsoft.Barcode.Generator.BarcodeGeneratorException.#ctor">
  103. <summary>
  104. Create an instance of barcode generator exception.
  105. </summary>
  106. </member>
  107. <member name="P:Dynamsoft.Barcode.Generator.BarcodeGeneratorException.Code">
  108. <summary>
  109. Return or set error code of Dynamsoft.BarcodeGenerator.dll.
  110. </summary>
  111. </member>
  112. <member name="P:Dynamsoft.Barcode.Generator.BarcodeGeneratorException.Message">
  113. <summary>
  114. Get a message that describes the current exception.
  115. </summary>
  116. </member>
  117. <member name="P:Dynamsoft.Barcode.Generator.BarcodeGeneratorException.StackTrace">
  118. <summary>
  119. Get a string representation of the immediate frames on the call stack.
  120. </summary>
  121. </member>
  122. <member name="M:Dynamsoft.Common.CImage.Dispose">
  123. <summary>
  124. Dispose the object.
  125. </summary>
  126. <remarks><para>Frees unmanaged resources used by the object. The object becomes unusable
  127. after that.</para>
  128. <par><note>The method needs to be called only in the case if unmanaged image was allocated
  129. using <see cref="!:Create"/> method. In the case if the class instance was created using constructor,
  130. this method does not free unmanaged memory.</note></par>
  131. </remarks>
  132. </member>
  133. <member name="M:Dynamsoft.Common.CImage.Dispose(System.Boolean)">
  134. <summary>
  135. Dispose the object.
  136. </summary>
  137. <param name="disposing">Indicates if disposing was initiated manually.</param>
  138. </member>
  139. <!-- Badly formed XML comment ignored for member "F:Dynamsoft.Common.SImageInfo.last_c_index" -->
  140. <member name="T:Dynamsoft.Common.Util">
  141. <summary>
  142. Summary description for Util.
  143. </summary>
  144. </member>
  145. <member name="M:Dynamsoft.Common.Util.Clone(System.Drawing.Bitmap)">
  146. <summary>
  147. Clone image.
  148. </summary>
  149. <param name="source">Source image.</param>
  150. <returns>Return clone of the source image.</returns>
  151. <remarks>The original <see cref="M:System.Drawing.Bitmap.Clone(System.Drawing.Rectangle,System.Drawing.Imaging.PixelFormat)">Bitmap.Clone()</see>
  152. does not produce the desired result - it does not create an actual clone (it does not create a copy
  153. of the image). That is why this method was implemented to provide the functionality.</remarks>
  154. </member>
  155. <member name="M:Dynamsoft.Common.Util.Clone(System.Drawing.Imaging.BitmapData)">
  156. <summary>
  157. Clone image.
  158. </summary>
  159. <param name="sourceData">Source image data.</param>
  160. <returns>Clones image from source image data. The message does not clone pallete in the
  161. case if the source image has indexed pixel format.</returns>
  162. </member>
  163. <member name="M:Dynamsoft.Common.Util.CopyUnmanagedMemory(System.IntPtr,System.IntPtr,System.Int32)">
  164. <summary>
  165. Copy block of unmanaged memory.
  166. </summary>
  167. <param name="dst">Destination pointer.</param>
  168. <param name="src">Source pointer.</param>
  169. <param name="count">Memory block's length to copy.</param>
  170. <returns>Return's value of <paramref name="dst"/> - pointer to destination.</returns>
  171. <remarks><para>This function is required because of the fact that .NET does
  172. not provide any way to copy unmanaged blocks, but provides only methods to
  173. copy from unmanaged memory to managed memory and vise versa.</para></remarks>
  174. </member>
  175. <member name="T:Dynamsoft.Barcode.Enums.EnumBarcodeFormat">
  176. <summary>
  177. The barcode type supported by BarcodeGenerator.
  178. </summary>
  179. </member>
  180. <member name="F:Dynamsoft.Barcode.Enums.EnumBarcodeFormat.CODE_39">
  181. <summary>
  182. Code_39 format.
  183. </summary>
  184. </member>
  185. <member name="F:Dynamsoft.Barcode.Enums.EnumBarcodeFormat.CODE_128">
  186. <summary>
  187. Code_128 format.
  188. </summary>
  189. </member>
  190. <member name="F:Dynamsoft.Barcode.Enums.EnumBarcodeFormat.PDF417">
  191. <summary>PDF417 format. </summary>
  192. </member>
  193. <member name="F:Dynamsoft.Barcode.Enums.EnumBarcodeFormat.QR_CODE">
  194. <summary>QR Code 2D barcode format. </summary>
  195. </member>
  196. <member name="T:DynamsoftLicense.EnumProductType">
  197. <summary>
  198. from license v1, change to unsigned int64
  199. </summary>
  200. </member>
  201. <member name="T:DynamsoftLicense.EnumOSType">
  202. <summary>
  203. from license v1, change to unsigned short
  204. </summary>
  205. </member>
  206. <member name="T:DynamsoftLicense.EnumReserved">
  207. <summary>
  208. from license v1, change to unsigned int64
  209. </summary>
  210. </member>
  211. <member name="T:DynamsoftLicense.EnumDistributeType">
  212. <summary>
  213. from license v1, change to unsigned int
  214. </summary>
  215. </member>
  216. <member name="T:Dynamsoft.Barcode.Generator.Resource">
  217. <summary>
  218. A strongly-typed resource class, for looking up localized strings, etc.
  219. </summary>
  220. </member>
  221. <member name="P:Dynamsoft.Barcode.Generator.Resource.ResourceManager">
  222. <summary>
  223. Returns the cached ResourceManager instance used by this class.
  224. </summary>
  225. </member>
  226. <member name="P:Dynamsoft.Barcode.Generator.Resource.Culture">
  227. <summary>
  228. Overrides the current thread's CurrentUICulture property for all
  229. resource lookups using this strongly typed resource class.
  230. </summary>
  231. </member>
  232. </members>
  233. </doc>