The BarcodeTypeSettings class provides properties to apply barcode type specific settings. The class implements the System.ComponentModel.INotifyPropertyChanged interface. The following describes only the properties defined through the BarcodeTypeSettings class. For a list of properties, methods and events inherited from the System.ComponentModel.INotifyPropertyChanged interface see the .NET Framework reference.

Syntax

public sealed class BarcodeTypeSettings : System.ComponentModel.INotifyPropertyChanged
Public NotInheritable Class BarcodeTypeSettings
  Implements System.ComponentModel.INotifyPropertyChanged

Introduced: X19.

Methods

Method Description
ChangeZOrder Changes the frame's z-order.
(Inherited from FrameBase)

Properties

Property Description
Alignment Gets or sets the frame's horizontal alignment when it is anchored to a paragraph.
(Inherited from FrameBase)
Bounds Gets the frame's bounding rectangle relative to the upper left corner of the document.
(Inherited from FrameBase)
HasCheckValue Gets or sets a value indicating whether the current used barcode type includes a check value.
ID Gets or sets an identifier for the frame.
(Inherited from FrameBase)
InsertionMode Gets or sets a value determining whether the frame is treated as a single character or the document's text either flows around or overwrites the frame.
(Inherited from FrameBase)
Location Gets or sets, in twips, the frame's current location.
(Inherited from FrameBase)
Moveable Determines whether a frame can be moved in the document at run time with the built-in mouse interface.
(Inherited from FrameBase)
Name Gets or sets a name for the frame.
(Inherited from FrameBase)
ShowCheckValue Gets or sets a value indicating whether the check value of the current used barcode type is shown with the encrypted barcode text value.
Size Gets or sets the frame's size in twips.
(Inherited from FrameBase)
Sizeable Determines whether the frame can be resized at run time with the built-in mouse interface.
(Inherited from FrameBase)
TextDistances Gets or sets the distances, in twips, between the frame and the document's text.
(Inherited from FrameBase)
TextPosition Read only.
(Inherited from FrameBase)