Class GS1CompositeBarExtendedParameters

Class GS1CompositeBarExtendedParameters

ชื่อพื้นที่: Aspose.BarCode.BarCodeRecognition การประกอบ: Aspose.BarCode.dll (25.4.0)

การจัดเก็บข้อมูลพิเศษของ GS1 บาร์คอมโพสิต บาร์โค้ดที่ได้รับการยอมรับ

public sealed class GS1CompositeBarExtendedParameters : BaseExtendedParameters

Inheritance

object BaseExtendedParameters GS1CompositeBarExtendedParameters

อนุญาโตตุลาการ

BaseExtendedParameters.IsEmpty , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

OneDCodeText

รับค่าบาร์โค้ด 1D (เชิงเส้น) ของ GS1 Composite

public string OneDCodeText { get; }

คุณสมบัติมูลค่า

string

ประเภท

รับประเภทบาร์โค้ด 1D (เชิงเส้น) ของ GS1 Composite

public SingleDecodeType OneDType { get; }

คุณสมบัติมูลค่า

SingleDecodeType

สองคอลัมน์

รับค่าบาร์โค้ด 2D ของ GS1 Composite

public string TwoDCodeText { get; }

คุณสมบัติมูลค่า

string

ประเภท 2

รับประเภทบาร์โค้ด 2D ของ GS1 Composite

public SingleDecodeType TwoDType { get; }

คุณสมบัติมูลค่า

SingleDecodeType

Methods

Equals(วัตถุ)

กลับค่าที่แสดงให้เห็นว่าตัวอย่างนี้เท่ากับค่า Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters

public override bool Equals(object obj)

Parameters

obj object

ค่า System.Object เพื่อเปรียบเทียบกับตัวอย่างนี้

Returns

bool

จริง ถ้า obj มีมูลค่าเดียวกันกับตัวอย่างนี้ อย่างไรก็ตาม The translation of “false” to Thai is “เท็จ”..

GetHashCode()

กลับรหัส hash สําหรับตัวอย่างนี้

public override int GetHashCode()

Returns

int

32 บิตลงชื่อรหัส hash ทั้งหมด

ToString()

กลับตัวอักษรเส้นที่สามารถอ่านได้โดยมนุษย์ของ Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters

public override string ToString()

Returns

string

ลวดที่นําเสนอ Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters

Operators

ผู้ประกอบการ =(GS1CompositeBarExtendedพารามิเตอร์, GS1CompositeBarExtendedพารามิเตอร์)

กลับค่าที่แสดงให้เห็นว่าค่า Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters เป็นค่าเท่ากับค่าที่สองหรือไม่

public static bool operator ==(GS1CompositeBarExtendedParameters first, GS1CompositeBarExtendedParameters second)

Parameters

first GS1CompositeBarExtendedParameters

ราคาเปรียบเทียบครั้งแรก

second GS1CompositeBarExtendedParameters

ค่าเปรียบเทียบที่สอง

Returns

bool

จริง ถ้าครั้งแรกมีค่าเดียวกันกับครั้งที่สอง อย่างไรก็ตาม The translation of “false” to Thai is “เท็จ”..

ผู้ประกอบการ !=(GS1CompositeBarExtendedพารามิเตอร์, GS1CompositeBarExtendedพารามิเตอร์)

กลับค่าที่แสดงให้เห็นว่า Aspose.BarCode.BarCodeRecognition.GS1CompositeBarExtendedParameters ราคาแตกต่างจากที่สองหรือไม่

public static bool operator !=(GS1CompositeBarExtendedParameters first, GS1CompositeBarExtendedParameters second)

Parameters

first GS1CompositeBarExtendedParameters

ราคาเปรียบเทียบครั้งแรก

second GS1CompositeBarExtendedParameters

ค่าเปรียบเทียบที่สอง

Returns

bool

จริง ถ้าครั้งแรกมีค่าที่แตกต่างจากครั้งที่สอง อย่างไรก็ตาม The translation of “false” to Thai is “เท็จ”..

 แบบไทย