Click or drag to resize
BarcodeRoyalTntPostKix Methods

The BarcodeRoyalTntPostKix type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLicenseFolder
Returns folder path from which component will load license file (BarcodeLicense.xml).
(Inherited from BaseBarcode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWidth (Inherited from BaseBarcode.)
Public methodRender
Creates new Bitmap with rendered Barcode.
(Inherited from BaseBarcode.)
Public methodRender(ImageType)
Creates new Bitmap with rendered barcode and returns byte array containing the image.
(Inherited from BaseBarcode.)
Public methodRender(Single, Single)
Creates new Bitmap with rendered Barcode.
(Inherited from BaseBarcode.)
Public methodRender(Graphics, Int32, Int32)
Renders barcode on specified graphics object.
(Inherited from BaseBarcode.)
Public methodRender(ImageType, Single, Single)
Creates new Bitmap with rendered barcode and returns byte array containing the image.
(Inherited from BaseBarcode.)
Public methodRenderDpi (Inherited from BaseBarcode.)
Public methodRenderHbitmap
Creates new Bitmap with rendered Barcode.
(Inherited from BaseBarcode.)
Public methodRenderHbitmap(Single, Single)
Creates new Bitmap with rendered Barcode.
(Inherited from BaseBarcode.)
Public methodRenderHbitmapDpi (Inherited from BaseBarcode.)
Public methodSave(Stream, ImageType)
Creates new Bitmap with rendered Barcode and saves it to the stream with specified image format.
(Inherited from BaseBarcode.)
Public methodSave(String, ImageType)
Creates new Bitmap with rendered Barcode and saves it to file of imageType format.
(Inherited from BaseBarcode.)
Public methodSave(Stream, ImageType, Single, Single)
Creates new Bitmap with rendered Barcode and saves it to the stream with specified image format and resolution
(Inherited from BaseBarcode.)
Public methodSave(String, ImageType, Single, Single)
Creates new Bitmap with rendered Barcode and saves it to file of imageType format.
(Inherited from BaseBarcode.)
Public methodSaveDpi (Inherited from BaseBarcode.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also