Abcnetxx(SerializationInfo info, StreamingContext context) for creating an instance of the component using BinaryFormatter.Deserialize() method.
Barcode(Graphics g) causes a barcode image to be created using the Graphics properties of g
cBarcode(Graphics g, int hDpi, int vDpi) copies to the clipboard a bitmap image scaled to be suitable for printing on a device with horizontal and vertical resolutions of hDpi and vDpi dots per inch respectively.
doBarcode() checks that a barcode can be created using the current property settings, returning 0 if the current settings are valid, or an error code. This method also fills the Pattern string for valid barcodes.
GetObjectData(SerializationInfo info, StreamingContext context) for serializing the component using the BinaryFormatter.Serialize() method.
Properties() Displays the Barcode properties dialog for the component.
sBarcode(Graphics g, int hDpi, int vDpi) generates an image scaled to be suitable for printing on a device with horizontal and vertical resolutions of hDpi and vDpi dots per inch respectively.
More: