[]
Represents a barcode in a C1PrintDocument.
public class RenderBarCodeEx : RenderObject, IStyleOwner, IDocumentLocation
Name | Description |
---|---|
RenderBarCodeEx() | Initializes a new instance of the RenderBarCodeEx class. |
RenderBarCodeEx(BarCodeEnum) | Initializes a new instance of the RenderBarCodeEx class. |
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. |
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 |
CreateSame() | Creates new empty RenderBarCode object linked with same C1PrintDocument as current object. |