Class TiffExifIfd

Class TiffExifIfd

이름 공간 : Aspose.Imaging.FileFormats.Tiff 모임: Aspose.Imaging.dll (25.4.0)

TIFF Exif 이미지 파일 디렉토리 클래스.

public class TiffExifIfd

Inheritance

object TiffExifIfd

상속 회원들

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

Remarks

Interoperability, Exif IFD는 Exif IFD와 동일한 구조를 가지고 있습니다.TIFF에 명시된 IFD는 일반적으로 TIFF의 경우와 마찬가지로 이미지 데이터를 포함하지 않습니다.자세한 내용은 http://www.exiv2.org/tags.html http://www.awaresystems.be/imaging/tiff/tifftags/exififd.html 을 참조하십시오.

Constructors

TiffExifIfd()

Aspose.Imaging.FileFormats.Tiff.TiffExifIfd 클래스의 새로운 예를 시작합니다.

public TiffExifIfd()

TiffExifIfd(우인트)

Aspose.Imaging.FileFormats.Tiff.TiffExifIfd 클래스의 새로운 예를 시작합니다.

public TiffExifIfd(uint ifdOffset)

Parameters

ifdOffset uint

Exif IFD에 해당되는 글 1건

Remarks

상호 작용성, Exif IFD는 TIFF에 명시된 IFD와 동일한 구조를 가지고 있습니다.그러나, 그것은 TIFF의 경우와 같이 이미지 데이터를 포함하지 않습니다.

Properties

HasValue

이 예제가 가치가 있는지 여부를 나타내는 값을 얻습니다.

public bool HasValue { get; }

부동산 가치

bool

Offset

가져오거나 EXIF IFD로 지표를 설정합니다.

public uint Offset { get; set; }

부동산 가치

uint

Exceptions

TiffImageException

EXIF IFD에 대한 지표가 없습니다.

 한국어