Class TiffDataTypeController

Class TiffDataTypeController

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

แสดงให้เห็นถึงระดับทั่วไปสําหรับการทํางานกับประเภทข้อมูล tiff

[JsonObject(MemberSerialization.OptIn)]
public class TiffDataTypeController

Inheritance

object TiffDataTypeController

Derived

ExifData

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

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

TiffDataTypeController()

[JsonConstructor]
public TiffDataTypeController()

Methods

Exists(คู่มือ)

การตรวจสอบว่าแท็กที่เฉพาะเจาะจงอยู่หรือไม่

protected bool Exists(ushort tagId)

Parameters

tagId ushort

แท็กการระบุ

Returns

bool

จริงถ้าแท็กมีอยู่

GetSectionTags(int)

รับแท็กส่วน

protected TiffDataType[] GetSectionTags(int section)

Parameters

section int

ส่วนระบุ - 1 ในกรณีที่แท็กทั้งหมดเป็นสิ่งจําเป็น

Returns

TiffDataType [ ]

แท็ก tiff

GetTiffByteValue(คู่มือ)

รับค่า TiffByteType

protected byte[] GetTiffByteValue(ushort key)

Parameters

key ushort

แท็กคีย์

Returns

byte [ ]

ราคาของ TiffByteType byte[]

GetTiffLongTypeValue(ตุ๊กตา, uint)

รับค่า Tag TiffLongType ที่ 0 Index

protected uint GetTiffLongTypeValue(ushort key, uint defaultValue)

Parameters

key ushort

แท็กคีย์

defaultValue uint

หมายเลขค่าเริ่มต้น

Returns

uint

หมายเลข Tag TiffLongType หมายเลข 0

GetTiffRationalArray(คู่มือ)

รับค่า TiffRationalType

protected TiffRational[] GetTiffRationalArray(ushort key)

Parameters

key ushort

แท็กคีย์

Returns

TiffRational [ ]

TiffSRationalType ประเภทมูลค่า

GetTiffRationalValue(คู่มือ)

รับค่า TiffRationalType ที่ index 0.

protected TiffRational GetTiffRationalValue(ushort key)

Parameters

key ushort

แท็กคีย์

Returns

TiffRational

ประเภทค่า TiffRationalType

หมายเลขรุ่น:GetTiffSRationalValue(คู่มือ)

รับค่า TiffSRationalType ที่ index 0.

protected TiffSRational GetTiffSRationalValue(ushort key)

Parameters

key ushort

แท็กคีย์

Returns

TiffSRational

TiffSRationalType ประเภทมูลค่า

GetTiffShortArray(คู่มือ)

รับค่า TiffShortType

protected ushort[] GetTiffShortArray(ushort key)

Parameters

key ushort

แท็กคีย์

Returns

ushort [ ]

ราคา TiffShortType

GetTiffShortValue(โชว์, โชว์)

รับค่า TiffShortType ที่ 0 index

protected ushort GetTiffShortValue(ushort key, ushort defaultValue)

Parameters

key ushort

แท็กคีย์

defaultValue ushort

หมายเลขค่าเริ่มต้น

Returns

ushort

ประเภทค่า TiffShortType

GetTiffStringValue(คู่มือ)

รับค่า TiffASCIIType เป็น string

protected string GetTiffStringValue(ushort key)

Parameters

key ushort

แท็กคีย์

Returns

string

หมายเลขประเภท Tiffasciitype

GetTiffType(คู่มือ)

รับ TiffDataType โดย ID

protected TiffDataType GetTiffType(ushort key)

Parameters

key ushort

แท็กคีย์

Returns

TiffDataType

TiffDataType หรือ null

GetTiffUndefinedValue(คู่มือ)

รับค่า TiffUndefinedType เป็น byte[].

protected byte[] GetTiffUndefinedValue(ushort key)

Parameters

key ushort

แท็กคีย์

Returns

byte [ ]

หมายเลขประเภท TiffUndefinedType

RemoveTagByID(คู่มือ)

ลบแท็กโดย ID

protected void RemoveTagByID(ushort tagId)

Parameters

tagId ushort

แท็กการระบุ

SetSectionTags(int, TiffDataType[])

ใส่แท็กส่วน

protected void SetSectionTags(int section, TiffDataType[] tags)

Parameters

section int

ส่วนการตั้งค่าแท็กสําหรับ -1 ในกรณีที่คุณต้องการตั้งค่าแท็กตามข้อกําหนดของส่วน

tags TiffDataType [ ]

แท็กที่กําหนดไว้

SetTiffByteValue(ระยํา ระยํา[ ], ฯลฯ)

ระบุค่า TiffByteType

protected void SetTiffByteValue(ushort key, byte[] value, int section)

Parameters

key ushort

แท็กคีย์

value byte [ ]

หมายเลขที่ตั้งค่า

section int

ส่วนที่จะตั้งค่า

SetTiffLongTypeValue(ตุ๊กตา, ตุ๊กตา, int)

ระบุค่าประเภท TiffLongType เป็น uint[1] ด้วย value'.

protected void SetTiffLongTypeValue(ushort key, uint value, int section)

Parameters

key ushort

แท็กคีย์

value uint

ค่าใช้จ่าย

section int

ส่วนที่กําหนดไว้

SetTiffRational(ushort, TiffRational, int)

ระบุค่าประเภท TiffRationalType เป็น uint[1] ด้วย rational'.

protected void SetTiffRational(ushort key, TiffRational rational, int section)

Parameters

key ushort

แท็กคีย์

rational TiffRational

ค่าใช้จ่าย

section int

ส่วนที่กําหนดไว้

SetTiffRationalArray(คุบสังกะสี TiffRational[ ], ฯลฯ)

ระบุประเภทค่า TiffSRationalType

protected void SetTiffRationalArray(ushort key, TiffRational[] rational, int section)

Parameters

key ushort

แท็กคีย์

rational TiffRational [ ]

ความสมดุล

section int

ส่วน

SetTiffSRationalมูลค่า(ushort, TiffSRational, int)

ระบุประเภทค่า TiffSRationalType เป็น TiffSRational[1] ด้วย rational’ หมายเลข

protected void SetTiffSRationalValue(ushort key, TiffSRational rational, int section)

Parameters

key ushort

แท็กคีย์

rational TiffSRational

ความสมดุล

section int

ส่วน

SetTiffShortArray(โชว์, โชว์[ ], ฯลฯ)

ระบุค่า TiffShortType

protected void SetTiffShortArray(ushort key, ushort[] value, int section)

Parameters

key ushort

แท็กคีย์

value ushort [ ]

ค่าใช้จ่าย

section int

ส่วน

SetTiffShortValue(ushort, ushort, int)

ระบุค่าประเภท TiffShortType เป็น ushort[1] ด้วย value’ ที่เต็มไปด้วย

protected void SetTiffShortValue(ushort key, ushort value, int section)

Parameters

key ushort

แท็กคีย์

value ushort

ค่าใช้จ่าย

section int

ส่วนที่กําหนดไว้

SetTiffStringValue(แหล่ง, แหล่ง, int)

ระบุค่าประเภท TiffASCIIType กับ text’ ที่เต็มไปด้วย

protected void SetTiffStringValue(ushort key, string text, int section)

Parameters

key ushort

แท็กคีย์

text string

ค่าใช้จ่าย

section int

ส่วนที่กําหนดไว้

SetTiffType(TiffDataType, int)

ติดตั้ง TiffDataType

protected void SetTiffType(TiffDataType tiffDataType, int section)

Parameters

tiffDataType TiffDataType

TiffDataType เพื่อตั้งค่า

section int

ส่วน

SetTiffUndefinedValue(ระยํา ระยํา[ ], ฯลฯ)

ระบุค่าประเภท TiffUndefinedType กับ data’ เต็ม

protected void SetTiffUndefinedValue(ushort key, byte[] data, int section)

Parameters

key ushort

แท็กคีย์

data byte [ ]

ค่าใช้จ่าย

section int

ส่วนที่กําหนดไว้

 แบบไทย