Class Thumbnail

Class Thumbnail

De naam: Aspose.Imaging.Xmp.Types.Complex.Thumbnail Verzameling: Aspose.Imaging.dll (25.4.0)

Vertegenwoordigt een miniatuur beeld voor een bestand.

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

Inheritance

object XmpTypeBase ComplexTypeBase Thumbnail

Implements

IXmpType , ICloneable

Geëerbiede leden

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

Initialiseert een nieuwe instantie van de Aspose.Imaging.Xmp.Types.Complex.Thumbnail-klasse.

[JsonConstructor]
public Thumbnail()

Thumbnail(int, int)

Initialiseert een nieuwe instantie van de Aspose.Imaging.Xmp.Types.Complex.Thumbnail-klasse.

public Thumbnail(int width, int height)

Parameters

width int

De breedte.

height int

De hoogte.

Properties

Height

Geeft of zet de hoogte.

public int Height { get; set; }

Eigendomswaarde

int

Exceptions

ArgumentOutOfRangeException

waarde;hoogte kan niet minder dan nul zijn

ImageBase64

Geeft of plaatst de afbeelding in base64-formaat.

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

Eigendomswaarde

string

Width

Geeft of zet de breedte.

public int Width { get; set; }

Eigendomswaarde

int

Exceptions

ArgumentOutOfRangeException

waarde; breedte kan niet minder dan nul zijn

Methods

GetXmpRepresentation()

Geeft de string bevatte waarde in XMP-formaat.

public override string GetXmpRepresentation()

Returns

string

Terugkomt de waarde die de string bevat in XMP-formaat.

 Nederlands