Class Thumbnail

Class Thumbnail

이름 공간 : Aspose.Imaging.Xmp.Types.Complex.Thumbnail 모임: Aspose.Imaging.dll (25.4.0)

파일에 대한 작은 이미지를 나타냅니다.

[JsonObject(MemberSerialization.OptIn)]
public sealed class Thumbnail : ComplexTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase ComplexTypeBase Thumbnail

Implements

IXmpType , ICloneable

상속 회원들

ComplexTypeBase.GetXmpRepresentation() , ComplexTypeBase.Prefix , ComplexTypeBase.NamespaceUri , XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

Thumbnail()

Aspose.Imaging.Xmp.Types.Complex.Thumbnail.Thumbnail 클래스의 새로운 예를 시작합니다.

[JsonConstructor]
public Thumbnail()

Thumbnail(이트, 이트)

Aspose.Imaging.Xmp.Types.Complex.Thumbnail.Thumbnail 클래스의 새로운 예를 시작합니다.

public Thumbnail(int width, int height)

Parameters

width int

넓은 넓은

height int

높이에 대하여

Properties

Height

높이를 얻거나 설정합니다.

public int Height { get; set; }

부동산 가치

int

Exceptions

ArgumentOutOfRangeException

가치; 높이는 0 미만이 될 수 없습니다.

ImageBase64

이 사진은 base64 형식으로 얻거나 설정합니다.

[JsonProperty]
public string ImageBase64 { get; set; }

부동산 가치

string

Width

넓이를 얻거나 설정합니다.

public int Width { get; set; }

부동산 가치

int

Exceptions

ArgumentOutOfRangeException

가치;폭은 0 미만이 될 수 없습니다

Methods

GetXmpRepresentation()

XMP 형식으로 링크가 포함된 값을 얻습니다.

public override string GetXmpRepresentation()

Returns

string

XMP 형식으로 링에 포함된 값을 반환합니다.

 한국어