CodePDF417Util Interface |
Namespace: Zebra.Sdk.Card.Graphics.Barcode
The CodePDF417Util type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddChecksum |
Gets or sets whether a checksum should be generated and attached to the value to encode.
(Inherited from BarcodeUtil.) |
![]() | AntiAlias |
Gets or Sets whether AntiAlias effect should be applied to all the text in the barcode image.
(Inherited from BarcodeUtil.) |
![]() | AspectRatio |
Gets or Sets the ratio of the height to the overall width.
|
![]() | BackColor |
Gets or Sets the background color.
(Inherited from BarcodeUtil.) |
![]() | BarColor |
Gets or Sets the color of the bars.
(Inherited from BarcodeUtil.) |
![]() | BarHeight |
Gets or Sets the bars height.
(Inherited from BarcodeUtil.) |
![]() | BarRatio |
Gets or Sets the wide bars' width compared to the narrow bars' width.
(Inherited from BarcodeUtil.) |
![]() | BarWidth |
Gets or Sets the narrow bars' width.
(Inherited from BarcodeUtil.) |
![]() | BarWidthAdjustment |
Gets or sets the bar width adjustment.
(Inherited from BarcodeUtil.) |
![]() | BorderColor |
Gets or Sets the barcode control border color.
(Inherited from BarcodeUtil.) |
![]() | BorderWidth |
Gets or Sets the barcode border width.
(Inherited from BarcodeUtil.) |
![]() | BottomMargin |
Gets or Sets the margin below the barcode bars.
(Inherited from BarcodeUtil.) |
![]() | CodeAlignment |
Gets or Sets the text alignment for the DisplayCode property.
(Inherited from BarcodeUtil.) |
![]() | Columns |
Gets or Sets the number of columns to use.
|
![]() | CompactionType |
Gets or Sets the Compaction type to apply.
|
![]() | DisplayChecksum |
Gets or sets whether the checksum value should be displayed after the value to encode in the barcode image.
(Inherited from BarcodeUtil.) |
![]() | DisplayCode |
Gets or Sets whether the value to encode will be displayed in the barcode image.
(Inherited from BarcodeUtil.) |
![]() | DisplayHumanReadableText |
Get or set the Human Readable Text to be displayed instead of the value to encode specified in the ValueToEncode property.
(Inherited from BarcodeUtil.) |
![]() | DisplayStopStartChars |
Gets or Sets whether start and stop characters should be displayed.
(Inherited from BarcodeUtil.) |
![]() | DisplayText |
Gets or Sets additional text to show in the barcode image.
(Inherited from BarcodeUtil.) |
![]() | ErrorCorrectionLevel |
Gets or Sets the error correction level to apply.
|
![]() | FileID |
Gets or Sets the File ID of the Macro PDF417 symbol.
|
![]() | Font |
Get or set the Font object used when rendering Code and Human Readable text.
(Inherited from BarcodeUtil.) |
![]() | ForeColor |
Get or set the text color to use when rendering Code and Human Readable text.
(Inherited from BarcodeUtil.) |
![]() | Height |
Get or set the barcode image height if the AutoSize property is set to false.
(Inherited from BarcodeUtil.) |
![]() | HIBCFormattedHumanReadableText |
Get or set whether the Human Readable Text is formatted as specified by HIBC standards.
(Inherited from BarcodeUtil.) |
![]() | QuietZoneWidth |
Gets or Sets the quiet zones' width.
(Inherited from BarcodeUtil.) |
![]() | Rotation |
Get or set the rotation angle to apply to the barcode.
(Inherited from BarcodeUtil.) |
![]() | Rows |
Gets or Sets the number of rows to use.
|
![]() | SegmentCount |
Gets or Sets the number of Macro PDF417 symbols.
|
![]() | SegmentIndex |
Gets or Sets the Segment Index for a Macro PDF417 symbol.
|
![]() | TextAlignment |
Gets or sets the text alignment for the DisplayText property.
(Inherited from BarcodeUtil.) |
![]() | TextFont |
Get or set the Font object for use when rendering the DisplayText property.
(Inherited from BarcodeUtil.) |
![]() | TextForeColor |
Get or set the text color when rendering the DisplayText property.
(Inherited from BarcodeUtil.) |
![]() | TopMargin |
Get or set the height of the margin above the barcode bars.
(Inherited from BarcodeUtil.) |
![]() | Truncated |
Gets or Sets whether the right side of the barcode is removed.
|
![]() | UseQuietZoneForText |
Gets or Sets whether quiet zones are used for drawing Text and/or Code properties.
(Inherited from BarcodeUtil.) |
![]() | ValueToEncode |
Gets or Sets the value to encode.
(Inherited from BarcodeUtil.) |
![]() | Width |
Get or set the width of the barcode image if the AutoSize property is set to false.
(Inherited from BarcodeUtil.) |
Name | Description | |
---|---|---|
![]() | ClearBarcode |
Reset all properties to default values
(Inherited from BarcodeUtil.) |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | DrawBarcode |
Draws the selected barcode symbology into a user defined rectangle.
(Inherited from BarcodeUtil.) |