Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / WriterBase Class
Properties Methods


In This Topic
    WriterBase Class Members
    In This Topic

    The following tables list the members exposed by WriterBase.

    Public Constructors
     NameDescription
    Public Constructor This class is the base class which the Writer class inherits from.  
    Top
    Public Properties
     NameDescription
    Public Property Gets and sets a flag indicating if dynamic adjustment of the bar widths during barcode creation are allowed.  
    Public Property Gets and sets a flag indicating if the barcode area is automatically sized during barcode creation.  
    Public Property Gets and sets the current barcode value as an array of bytes.  
    Public Property Gets and sets the value of the barcode to be created.  
    Public Property Gets the bar width in pixels of a bar that was created.  
    Public Property Gets and sets the height of the image in pixels.  
    Public Property Gets and sets the amount of white space on the sides of the barcode during creation.  
    Public Property Gets and sets the minimum height of the bars when creating a barcode.  
    Public Property Gets and sets the minimum bar width when creating a barcode.  
    Public Property Returns the required height of the image in pixels based on the current settings.  
    Public Property Returns the required width of the image in pixels based on the current settings.  
    Public Property Gets and sets the display level of the barcode value written as text adjacent to the created barcode.  
    Public Property Gets and sets the amount of white space above and below the barcode during creation.  
    Public Property Gets and sets the width of the image in pixels.  
    Top
    Public Methods
     NameDescription
    Public Method The main method for creating barcodes. It creates a DIB (Device Independent Bitmap) containing the barcode.  
    Public Method The method for creating bitmap barcodes.  
    Public Method Disposes of unmanaged resources.  
    Top
    Protected Methods
     NameDescription
    Protected Method ~WriterBase()  
    Top
    See Also