Class Thumbnail

Class Thumbnail

nazivni prostor: Aspose.Imaging.Xmp.Types.Complex.Thumbnail Sastav: Aspose.Imaging.dll (25.4.0)

Predstavlja mini sliku za datoteku.

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

Inheritance

object XmpTypeBase ComplexTypeBase Thumbnail

Implements

IXmpType , ICloneable

naslijeđeni članovi

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

Inicijalizira novu primjenu Aspose.Imaging.Xmp.Types.Complex.Thumbnail.

[JsonConstructor]
public Thumbnail()

Thumbnail(u, u)

Inicijalizira novu primjenu Aspose.Imaging.Xmp.Types.Complex.Thumbnail.

public Thumbnail(int width, int height)

Parameters

width int

Širina je.

height int

Veličina je.

Properties

Height

Uzmite ili postavite visinu.

public int Height { get; set; }

Vrijednost nekretnina

int

Exceptions

ArgumentOutOfRangeException

Vrijednost; Visina ne može biti manja od nule

ImageBase64

Pronađite ili postavite sliku u formatu base64.

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

Vrijednost nekretnina

string

Width

Uzmite ili postavite širinu.

public int Width { get; set; }

Vrijednost nekretnina

int

Exceptions

ArgumentOutOfRangeException

Vrijednost; širina ne može biti manja od nule

Methods

GetXmpRepresentation()

Dobiva vrijednost uvrštena u XMP formatu.

public override string GetXmpRepresentation()

Returns

string

Povratak sadržane vrijednosti u formatu XMP.

 Hrvatski