BarCode Members
In This Article
#Constructors
Name | Description |
---|---|
Bar |
Initializes a new instance of the Bar |
#Properties
Name | Description |
---|---|
Auto |
Allows you to create an image in a size that fits all the specified bar code options. |
Back |
Gets or sets the background color of a bar code image. |
Bar |
Gets the bar code image. |
Bar |
Gets or sets the height of bars in a bar code. |
Border |
Gets or sets the border color of the bar code image. |
Border |
Specifies the border width of the bar code image. |
Bottom |
Provides access to characteristics of the bar code bottom caption. |
Code | Get the processed code text actually shown in the bar code. |
Code |
Gets or sets the byte array to be coded into certain bar code types. |
Code |
Gets or sets the text to be coded using the bar code symbology. |
Code |
Specifies the font used to display the bar code text. |
Code |
Get or sets the horizontal alignment of the bar code text within the bar code image. |
Code |
Get or sets the vertical alignment of the bar code text within the bar code image. |
Dpi | Gets or sets the dpi value used to render the bar code. |
Dpi |
Gets or sets the dpi value for the X-coordinate used to render the bar code. |
Dpi |
Gets or sets the dpi value for the Y-coordinate used to render the bar code. |
Fore |
Gets or sets the color of bars in the bar code image. |
Image |
Gets or sets the height of the bar code image. |
Image |
Gets or sets the size of the bar code image. |
Image |
Gets or sets the width of the resulting image. |
Is |
Indicates whether the bar code can be printed and exported to PDF. |
Margins | Provides access to margin widths set for a bar code image. |
Module | Gets or sets the width of the narrowest bar or space in the bar code. |
Options | Provides access to options specific for various bar code types. |
Paddings | Gets the padding settings of a bar code image. |
Rotation |
Gets or sets the number of degrees the bar code is rotated around the z-axis. |
Show |
Indicates whether the code text is shown. |
Symbology | Gets or sets the bar code type (symbology). |
Text |
Gets or sets the bar code text rendering quality. |
Top |
Provides access to characteristics of the bar code top caption. |
Unit | Gets or sets the unit of measurement for bar code settings. |
#Methods
Name | Description |
---|---|
Dispose() |
Resets the bar code image, disposes of the Bar |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Export |
Exports the bar code to the specified stream in PDF format. |
Export |
Exports the bar code image to the specified file path in PDF format. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Print() | Prints the barcode to the default printer. |
Print |
Prints the barcode with the specified print settings. |
Print |
Invokes a dialog that enables you to select a printer and change print settings. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Save |
Saves the barcode image to a stream in the specified format. |
Save |
Saves the barcode image to a file in the specified format. |
Show |
Invokes a dialog that enables you to preview the printout, print or save it in PDF format, or as an image file. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also