Class BarcodeItem
Inheritance
System.Object
BarcodeItem
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class BarcodeItem : ContentItem, ICloneable
Constructors
Declaration
public BarcodeItem(WritableBarcodeFormat format, string content, BarcodeItem.EncodingOptions options = null, PointF? location = null, float? width = null, float? height = null)
Parameters
BarcodeItem(Nullable<PointF>, Nullable<Single>, Nullable<Single>)
Declaration
public BarcodeItem(PointF? location = null, float? width = null, float? height = null)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Drawing.PointF> |
location |
|
| System.Nullable<System.Single> |
width |
|
| System.Nullable<System.Single> |
height |
|
Properties
BarcodeContent
Declaration
public string BarcodeContent { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public WritableBarcodeFormat BarcodeFormat { get; set; }
Property Value
BarcodeOptions
Declaration
public BarcodeItem.EncodingOptions BarcodeOptions { get; set; }
Property Value
BarcodePermissions
Declaration
public BarcodePermissions BarcodePermissions { get; set; }
Property Value
BarcodeSubType
Declaration
public BarcodeSubType BarcodeSubType { get; set; }
Property Value
Color
Declaration
public Color Color { get; set; }
Property Value
Methods
Accept(ItemVisitor)
Declaration
public override Task Accept(ItemVisitor visitor)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Overrides
Accept<T>(ItemVisitor<T>)
Declaration
public override Task<T> Accept<T>(ItemVisitor<T> visitor)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task<T> |
|
Type Parameters
Overrides
Aurigma.DesignAtoms.Model.Items.RectangleItem.Accept<T>(Aurigma.DesignAtoms.Model.ItemVisitor<T>)
ApplyPermissionsConstrain()
Declaration
public override void ApplyPermissionsConstrain()
Overrides
DeepClone<TItem>(TItem, Boolean)
Declaration
public override TItem DeepClone<TItem>(TItem clone = null, bool keepIds = false)
where TItem : ModelComponent
Parameters
| Type |
Name |
Description |
| TItem |
clone |
|
| System.Boolean |
keepIds |
|
Returns
Type Parameters
Overrides
Aurigma.DesignAtoms.Model.Items.ContentItem.DeepClone<TItem>(TItem, System.Boolean)
Equals(BarcodeItem)
Declaration
protected bool Equals(BarcodeItem other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
GetAllColors()
Declaration
public override IEnumerable<Color> GetAllColors()
Returns
| Type |
Description |
| System.Collections.Generic.IEnumerable<Color> |
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
SetColorProfile(String, ColorSpace)
Declaration
public override void SetColorProfile(string colorProfile, ColorSpace colorSpace)
Parameters
| Type |
Name |
Description |
| System.String |
colorProfile |
|
| ColorSpace |
colorSpace |
|
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable