[]
        
(Showing Draft Content)

C1.C1Preview.RenderBarCode

RenderBarCode Class

Represents a barcode in a C1PrintDocument.

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

Constructors

Name Description
RenderBarCode()

Initializes a new instance of the RenderBarCode class.

RenderBarCode(BarCodeEnum)

Initializes a new instance of the RenderBarCode 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.

BarDirection

Gets or sets the direction of the barcode. Obsolete, use Style.TextAngle instead.

ShowText

Gets or sets a value indicating whether the string represending the Text property should be displayed along with the barcode image.

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 RenderBarCode, also copies RenderBarCode-specific properties.

CreateSame()

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

InternalResolveCalculatedValues()

For internal use.