IntelligentMailOptions Members
Contains options specific to Intelligent Mail symbology.Constructors
| Name | Description |
|---|---|
| IntelligentMailOptions() | Initializes a new instance of the IntelligentMailOptions class. |
Properties
| Name | Description |
|---|---|
| BackColor | Gets or sets the background color of a barcode image. Inherited from BarcodeOptions. |
| BarHeight | Gets or sets the height of bars in a barcode. Inherited from BarcodeOptions. |
| BorderColor | Gets or sets the border color of the barcode image. Inherited from BarcodeOptions. |
| BorderDashStyle | Gets or sets the dash style for the barcode border. Inherited from BarcodeOptions. |
| BorderStyle | Gets or sets the barcode style. Inherited from BarcodeOptions. |
| BorderWidth | Specifies the border width of the bar code image. Inherited from BarcodeOptions. |
| CodeTextHorizontalAlignment | Get or sets the horizontal alignment of the bar code text within the bar code image. Inherited from BarcodeOptions. |
| CodeTextVerticalAlignment | Get or sets the vertical alignment of the bar code text within the bar code image. Inherited from BarcodeOptions. |
| Dpi | Gets or sets the dpi value used to render the bar code. Inherited from BarcodeOptions. |
| Footer | Gets or sets the footer label for the barcode. Inherited from BarcodeOptions. |
| ForeColor | Gets or sets the bar’s color on the barcode image. Inherited from BarcodeOptions. |
| Header | Gets or sets the header label for the barcode. Inherited from BarcodeOptions. |
| Height | Gets or sets the barcode height, in pixels. Inherited from BarcodeOptions. |
| Margin | Gets or sets bar code image margins. Inherited from BarcodeOptions. |
| ModuleSize | Gets or sets the width of the narrowest bar or space in the bar code. Inherited from BarcodeOptions. |
| Padding | Gets or sets bar code image paddings. Inherited from BarcodeOptions. |
| RightToLeft | Gets or sets whether the barcode text is rendered from right to left. Inherited from BarcodeOptions. |
| RotationAngle | Gets or sets the number of degrees the bar code is rotated around the z-axis. Inherited from BarcodeOptions. |
| ShowText | Indicates whether the code text is shown. Inherited from BarcodeOptions. |
| Sides | Gets or sets barcode sides that display the border. Inherited from BarcodeOptions. |
| SizeMode | Gets or sets how the control applies the specified width and height to the barcode. Inherited from BarcodeOptions. |
| TextFont | Gets or sets the font used to draw barcode text. Inherited from BarcodeOptions. |
| TextRenderingHint | Gets or sets the text rendering quality. Inherited from BarcodeOptions. |
| Unit | Gets or sets the unit of measurement for bar code settings. Inherited from BarcodeOptions. |
| Width | Gets or sets the barcode width, in pixels Inherited from BarcodeOptions. |
| WordWrap | Gets or sets whether barcode text wraps if it overflows the barcode width. Inherited from BarcodeOptions. |
Methods
| Name | Description |
|---|---|
| Clone() | Creates a copy of the current object. Inherited from BarcodeOptions. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also