[]
        
(Showing Draft Content)

C1.C1Preview.RenderBarCodeEx

RenderBarCodeEx Class

Represents a barcode in a C1PrintDocument.

Inheritance
RenderBarCodeEx
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class RenderBarCodeEx : RenderObject, IStyleOwner, IDocumentLocation

Constructors

Name Description
RenderBarCodeEx()

Initializes a new instance of the RenderBarCodeEx class.

RenderBarCodeEx(BarCodeEnum)

Initializes a new instance of the RenderBarCodeEx class.

Properties

Name Description
BarCodeType

Gets or sets the type of encoding to use when generating the barcode.

Note that BarCodeType.None is not a valid value for this property.

Options

Gets the BarcodeOptions object defining additional barcode options.

Text

Gets or sets the value that is encoded as the barcode image.

Methods

Name Description
AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool)

Assigns (copies) properties from another RenderObject to the current object. Calls the base AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool) method. If source is a RenderBarCodeEx, also copies RenderBarCodeEx-specific properties.

CreateSame()

Creates new empty RenderBarCode object linked with same C1PrintDocument as current object.