[]
Represents a barcode in a C1PrintDocument.
public class RenderBarCode : RenderObject, IStyleOwner, IDocumentLocation
Name | Description |
---|---|
RenderBarCode() | Initializes a new instance of the RenderBarCode class. |
RenderBarCode(BarCodeEnum) | Initializes a new instance of the RenderBarCode 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. |
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. |
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. |
InternalResolveCalculatedValues() | For internal use. |