TextBarCode
Base class from which barcode page elements that display text are derived.
public abstract class TextBarCode : BarCode, ICoordinate, ISerializable
Public MustInherit Class TextBarCode
Inherits BarCode
Implements ICoordinate, ISerializable
Inheritance: ObjectPageElementTaggablePageElementRotatingPageElementBarCodeTextBarCode
Implements: ICoordinate, ISerializable
Derived: AustraliaPost, Codabar, Code11, Code128, Code25, Code39, Code93, DeutschePostIdentcode, DeutschePostLeitcode, Ean14, GS1DataBar, Iata25, IntelligentMailBarCode, Interleaved25, Itf14, Kix, MsiBarcode, Rm4scc, SingaporePost
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Properties
Angle | Gets or sets the heights of the angle element. (Inherited from RotatingPageElement) |
Color | Gets or sets the Color of the barcode. (Inherited from BarCode) |
Font | Gets or sets the font to use when displaying the text. |
FontSize | Gets or sets the font size to use when displaying the text. |
Height | Gets or sets the heights of the page element. (Inherited from RotatingPageElement) |
ID | Gets or sets the ID of the page element. (Inherited from PageElement) |
IgnoreMargins | Gets or sets ignore margin property. Setting false will consider the margin while placing the page element based on the RelativeTo property. (Inherited from PageElement) |
PixelsPerXDimension | Gets or Sets the pixels per XDimension (Inherited from BarCode) |
RelativeTo | Gets and sets placement of the page element on the page. (Inherited from PageElement) |
ShowText | Gets or sets a value indicating if the value should be placed as text below the barcode. |
Tag | Gets or sets the tag of the taggable element. (Inherited from TaggablePageElement) |
TagOrder | Gets or sets the tag order of the taggable element. (Inherited from TaggablePageElement) |
TextAlign | Gets or sets the alignment of the text. |
TextColor | Gets or set the color of the text. |
Value | Gets or sets the value of the barcode. (Inherited from BarCode) |
X | Gets or sets the X coordinate of the page element. (Inherited from RotatingPageElement) |
XDimension | Gets or sets the XDimension of the barcode. (Inherited from BarCode) |
XDimensionMilliMeters | Gets or sets the XDimensionMilliMeters of the barcode. (Inherited from BarCode) |
XDimensionMils | Gets or sets the XDimensionMils of the barcode. (Inherited from BarCode) |
XDimensionsPerCentiMeter | Gets or sets the XDimensionsPerCentiMeter of the barcode. (Inherited from BarCode) |
XDimensionsPerInch | Gets or sets the XDimensionsPerInch of the barcode. (Inherited from BarCode) |
Y | Gets or sets the Y coordinate of the page element. (Inherited from RotatingPageElement) |
Methods
Draw(PageWriter) | Draws the page element to the given PageWriter object. (Inherited from RotatingPageElement) |
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetSymbolWidth() | Returns the width required to display the full barcode. (Inherited from BarCode) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |