Object
iOSBarcodeGenerator
![]() | Constructor with no parameters. |
![]() | Sets the background color |
![]() | Sets or gets the desired width of each bar in the Barcode. |
![]() | Sets the color of the bars and text. |
![]() | Sets or gets the desired height of the Barcode. |
![]() | Sets desired height ratio of the Barcode. This property does nothing if the UseHeightRatio property is false. |
![]() | If set to true then leading and trailing brackets are included if the selected Barcode standard requires them. This property is default set to true. |
![]() | Returns error code indicating last error that occurred or NO_ERROR if there was no error. |
![]() | Sets or gets the amount of padding around the Barcode. |
![]() | Sets or gets Pixels per millimetres. (See remarks) |
![]() | Sets or gets if quiet zone required by given Barcode standard should be included in the set padding or added to the quiet zone. |
![]() | Sets or gets scale factor of the generated Barcode (for retina and other high Resolution devices). |
![]() | Configures if the HeightRatio property should be used or not. |
![]() | Generates Barcode from UInt64 value, returning it as String that contains formatting for SVG vector image. |
![]() | Generates Barcode from Text value, returning it as String that contains formatting for SVG vector image. |
![]() | Generates Barcode from Text value, returning it as iOSBitmap object. |
![]() | Generates Barcode from UInt64 value, returning it as iOSBitmap object. |
![]() | A enum that represents selection of Barcode standards. |
![]() | A enum that represents error codes for the BarcodeGenerator class. |