VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class
Constructors Properties Methods Events SeeAlso
In This Topic
    WriterSettings Class Members
    In This Topic
    The following tables list the members exposed by WriterSettings.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WriterSettings class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the format of customer information field of Australia Post 4-state barcode.
    Public PropertyGets or sets number of data layers in aztec symbol.
    Public PropertyGets or sets Aztec data encoding mode.
    Public PropertyGets or sets a percent of error correction data in aztec symbol.
    Public PropertyGets or sets Aztec symbol type.
    Public PropertyGets or sets the back color of barcode.
    Public PropertyGets or sets the type of barcode symbology.
    Public PropertyGets or sets the ratio of the wide bar width to the narrow bar width (only for barcodes width 1X and 2X bars width).
    Public PropertyGets or sets the adjustment method of bars width in percentage to the value of MinWidth property.
    Public PropertyGets or sets the style of bearer bars.
    Public PropertyGets or sets the width of bearer bars, in pixels.
    Public PropertyGets or sets the Code128 data encoding mode.
    Public PropertyGets or sets the Code 16K data encoding mode.
    Public PropertyGets or sets Code 16K row count.
    Public PropertyGets or sets the Data Matrix data encoding mode.
    Public PropertyGets or sets the Data Matrix symbol size.
    Public PropertyGets or sets a value indicating whether the barcode writer must interpret non-data characters in DotCode barcode.
    Public PropertyGets or sets DotCode matrix height.
    Public PropertyGets or sets DotCode matrix width.
    Public PropertyGets or sets the width/height aspect ratio of DotCode matrix.
    Public PropertyGets or sets a value indicating whether the barcode writer must generate the Dotcode cells with square form.
    Public PropertyGets or sets method that draws the decorations (logo, arts and etc) on barcode image.
    Public PropertyGets or sets text that must be printed under EAN (ISSN, ISMN, ISBN) barcode.
    Public PropertyGets or sets a value indicating whether the barcode writer enables the numeric mode in Telepen barcodes.
    Public PropertyGets or sets the fore color of barcode.
    Public PropertyGets or sets GS1 2D component type.
    Public PropertyGets or sets Han Xin Code data encoding mode.
    Public PropertyGets or sets Han Xin Code error correction level.
    Public PropertyGets or sets the Han Xin Code symbol version (symbol size).
    Public PropertyGets or sets the height, in pixels, of 1D barcode.
    Public PropertyGets or sets the MaxiCode encoding mode.
    Public PropertyGets or sets the MaxiCode barcode resolution.
    Public PropertyGets or sets MicroPDF417 column count.
    Public PropertyGets or sets MicroPDF417 data encoding mode.
    Public PropertyGets or sets the row height of Micro PDF417.
    Public PropertyGets or sets the MicroPDF417 symbol size.
    Public PropertyGets or sets the width (and height for 2D barcodes), in pixels, of single block.
    Public PropertyGets or sets a checksum type of MSI barcode.
    Public PropertyGets or sets a value indicating whether the barcode writer calculates an optional checksum.
    Public PropertyGets or sets the barcode padding, in MinWidth.
    Public PropertyGets or sets PDF417 column count.
    Public PropertyGets or sets PDF417 data encoding mode.
    Public PropertyGets or sets PDF417 error correction level.
    Public PropertyGets or sets the row height of PDF417.
    Public PropertyGets or sets PDF417 row count.
    Public PropertyGets or sets the image pixel format.
    Public PropertyGets or sets the Post barcodes Ascender/Descender height multiplier.
    Public PropertyGets or sets text that must be printed under barcode.
    Public PropertyGets or sets a value indicating whether the barcode writer processes the special symbols in barcode value.
    Public PropertyGets or sets QR data encoding mode.
    Public PropertyGets or sets QR error correction level.
    Public PropertyGets or sets QR mask pattern.
    Public PropertyGets or sets the QR symbol version (symbol size).
    Public PropertyGets or sets the quiet zone, in pixels, at bottom side.
    Public PropertyGets or sets the quiet zone, in pixels, at left side.
    Public PropertyGets or sets the quiet zone, in pixels, at right side.
    Public PropertyGets or sets the quiet zone, in pixels, at top side.
    Public PropertyGets or sets image vertical and horizontal resolution, in dots per inch.
    Public PropertyGets or sets a value indicating whether the barcode writer writes RSS-14 Stacked Omnidirectional barcode.
    Public PropertyGets or sets the number of segments per row to be used in RSS Expanded Stacked barcode.
    Public PropertyGets or sets a value indicating whether the RSS linear component has linked 2D component.
    Public PropertyThis property is obsolete, use BarcodeSymbologySubsets.Code39Extended barcode subset.
    Public PropertyGets or sets a value indicating whether the legacy vector generator must be used.
    Public PropertyGets or sets the value of the barcode.
    Public PropertyGets or sets a value indicating whether the barcode writer draws the 2D barcode value on the barcode image.
    Public PropertyGets or sets a value indicating whether the barcode writer draws the barcode value on the barcode image using the automatic letter spacing.
    Public PropertyGets or sets the font of the barcode value written as text.
    Public PropertyGets or sets the amount of gap between the text and the barcode when creating a barcode, in pixels.
    Public PropertyGets or sets an array of value items of barcode.
    Public PropertyGets or sets a value indicating whether the barcode writer draws the 1D barcode value on the barcode image.
    Public Methods
     NameDescription
    Public MethodSignals the WriterSettings that initialization is starting.
    Public MethodCreates a new object that is a copy of the current instance.
    Public MethodConverts the value in specified units to the pixels.
    Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
    Public MethodSignals the WriterSettings that initialization is complete.
    Public MethodNot implemented.
    Public MethodReturns the total quiet zone, in pixels, at bottom side.
    Public MethodReturns the total quiet zone, in pixels, at left side.
    Public MethodReturns the total quiet zone, in pixels, at right side.
    Public MethodReturns the total quiet zone, in pixels, at top side.
    Public MethodDeserializes the WriterSettings from a specified System.Xml.XmlReader.
    Public MethodSets the desired width of barcode.
    Public MethodSerializes the WriterSettings to a specified System.Xml.XmlWriter.
    Public Events
     NameDescription
    Public EventOccurs after writer settings is changed.
    See Also