Classe Thumbnail
Contenu
[
Cacher
]Summary: Represents thumbnail image for a file.
Module: aspose.imaging.xmp.types.complex.thumbnail
Full Name: aspose.imaging.xmp.types.complex.thumbnail.Thumbnail
Inheritance: IXmpType, ComplexTypeBase
Constructors
| Name | Description |
|---|---|
| Thumbnail() | Initialise une nouvelle instance de la classe Thumbnail. |
| Thumbnail(width, height) | Initialise une nouvelle instance de la classe Thumbnail. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| height | int | r/w | Obtient ou définit la hauteur. |
| image_base64 | string | r/w | Obtient ou définit l’image au format base64. |
| namespace_uri | string | r | Obtient l’URI de l’espace de noms par défaut. |
| prefix | string | r | Obtient le préfixe. |
| width | int | r/w | Obtient ou définit la largeur. |
Methods
| Name | Description |
|---|---|
| clone() | Clone cette instance. |
| get_xmp_representation() | Obtient la valeur de chaîne contenue au format XMP. |
Constructor: Thumbnail()
Thumbnail()
Initialise une nouvelle instance de la classe Thumbnail.
Constructor: Thumbnail(width, height)
Thumbnail(width, height)
Initialise une nouvelle instance de la classe Thumbnail.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| width | int | La largeur. |
| height | int | La hauteur. |
Method: clone()
clone()
Clone cette instance.
Returns
| Type | Description |
|---|---|
| System.Object | Un clone membre à membre. |
Method: get_xmp_representation()
get_xmp_representation()
Obtient la valeur de chaîne contenue au format XMP.
Returns
| Type | Description |
|---|---|
| string | Renvoie la valeur de chaîne contenue au format XMP. |