Class TiffDataTypeController

Class TiffDataTypeController

Nome do espaço: Aspose.Imaging.Exif Assembleia: Aspose.Imaging.dll (25.4.0)

Representa a classe geral para trabalhar com tipos de dados tiff.

[JsonObject(MemberSerialization.OptIn)]
public class TiffDataTypeController

Inheritance

object TiffDataTypeController

Derived

ExifData

Membros herdados

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(Acontece)

Determine se uma etiqueta específica existe.

protected bool Exists(ushort tagId)

Parameters

tagId ushort

Identificação do tag.

Returns

bool

É verdade se o tag existe.

GetSectionTags(Int)

Obtenha os tags da seção.

protected TiffDataType[] GetSectionTags(int section)

Parameters

section int

A seção identifica. - 1 no caso de todas as tags serem necessárias.

Returns

TiffDataType [ ]

Os TIFF tags

GetTiffByteValue(Acontece)

Obtenha o valor TiffByteType.

protected byte[] GetTiffByteValue(ushort key)

Parameters

key ushort

A chave da tag.

Returns

byte [ ]

O TiffByteType byte[] valor.

GetTiffLongTypeValue(Título: Uint)

Obtenha o valor da tag TiffLongType no índice 0.

protected uint GetTiffLongTypeValue(ushort key, uint defaultValue)

Parameters

key ushort

A chave da tag.

defaultValue uint

O valor defeituoso.

Returns

uint

O valor da tag TiffLongType no índice 0.

GetTiffRationalArray(Acontece)

Obtenha o valor TiffRationalType.

protected TiffRational[] GetTiffRationalArray(ushort key)

Parameters

key ushort

A chave da tag.

Returns

TiffRational [ ]

O valor do tipo TiffSRationalType.

GetTiffRationalValue(Acontece)

Obtenha o valor TiffRationalType no índice 0.

protected TiffRational GetTiffRationalValue(ushort key)

Parameters

key ushort

A chave da tag.

Returns

TiffRational

Valor do tipo TiffRationalType.

Avaliação de valor(Acontece)

Obtenha o valor TiffSRationalType no índice 0.

protected TiffSRational GetTiffSRationalValue(ushort key)

Parameters

key ushort

A chave da tag.

Returns

TiffSRational

O valor do tipo TiffSRationalType.

GetTiffShortArray(Acontece)

Obtenha o valor TiffShortType.

protected ushort[] GetTiffShortArray(ushort key)

Parameters

key ushort

A chave da tag.

Returns

ushort [ ]

Valor do TiffShortType.

GetTiffShortValue(Caminho, Caminho)

Obtenha o valor TiffShortType no índice 0.

protected ushort GetTiffShortValue(ushort key, ushort defaultValue)

Parameters

key ushort

A chave da tag.

defaultValue ushort

O valor defeituoso.

Returns

ushort

O valor do tipo TiffShortType.

GetTiffStringValue(Acontece)

Recebe o valor TiffASCIIType como string.

protected string GetTiffStringValue(ushort key)

Parameters

key ushort

A chave da tag.

Returns

string

O valor do tipo Tiffasciitpe.

GetTiffType(Acontece)

Obtenha o TiffDataType por ID.

protected TiffDataType GetTiffType(ushort key)

Parameters

key ushort

A chave da tag.

Returns

TiffDataType

O TiffDataType ou nulo.

GetTiffUndefinedValue(Acontece)

Obtenha o valor TiffUndefinedType como byte[].

protected byte[] GetTiffUndefinedValue(ushort key)

Parameters

key ushort

A chave da tag.

Returns

byte [ ]

O valor de tipo TiffUndefinedType.

Removendo(Acontece)

Remova a etiqueta pelo identificador.

protected void RemoveTagByID(ushort tagId)

Parameters

tagId ushort

Identificação do tag.

SetSectionTags(Int, TiffDataType[])

Coloque as tags da seção.

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

Parameters

section int

A seção para definir tags para. -1 se você quiser definir tags de acordo com a especificação da seção.

tags TiffDataType [ ]

Os tags para configurar.

SetTiffByteValue(Avaliação, byte[ ], O int)

Defina o valor TiffByteType.

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

Parameters

key ushort

A chave da tag.

value byte [ ]

O valor a ser definido.

section int

A seção para definir.

SetTiffLongTypeValue(Título, Título, Título)

Insira o valor do tipo TiffLongType como uint[1] com value'.

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

Parameters

key ushort

A chave da tag.

value uint

O valor .

section int

A seção a ser definida.

SetTiffRational(Título, Título, Título)

Defina o valor do tipo TiffRationalType como uint[1] com rational'.

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

Parameters

key ushort

A chave da tag.

rational TiffRational

O valor .

section int

A seção a ser definida.

SetTiffRationalArray(Avaliação, TiffRational[ ], O int)

Defina o tipo de valor TiffSRationalType.

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

Parameters

key ushort

A chave da tag.

rational TiffRational [ ]

E o racional.

section int

A seção .

Avaliação de Valor(Título, Título, Título)

Configura o tipo de valor TiffSRationalType como TiffSRational[1] com rational’ valor.

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

Parameters

key ushort

A chave da tag.

rational TiffSRational

E o racional.

section int

A seção .

SetTiffShortArray(Caminho, Caminho[ ], O int)

Defina o valor TiffShortType.

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

Parameters

key ushort

A chave da tag.

value ushort [ ]

O valor .

section int

A seção .

SetTiffShortValue(Porquê, porquê, porquê, porquê)

Insira o valor do tipo TiffShortType como ushort[1] com value’ preenchido.

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

Parameters

key ushort

A chave da tag.

value ushort

O valor .

section int

A seção a ser definida.

SetTiffStringValue(Título: String, Int)

Insira o valor do tipo TiffASCIIType com text’ preenchido.

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

Parameters

key ushort

A chave da tag.

text string

O valor .

section int

A seção a ser definida.

SetTiffType(Título Título, Int)

Faça o TiffDataType.

protected void SetTiffType(TiffDataType tiffDataType, int section)

Parameters

tiffDataType TiffDataType

O TiffDataType para definir.

section int

A seção .

SetTiffUndefinedValue(Avaliação, byte[ ], O int)

Selecione o valor de tipo TiffUndefinedType com data’ preenchido.

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

Parameters

key ushort

A chave da tag.

data byte [ ]

O valor .

section int

A seção a ser definida.

 Português