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
相続人
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(int、 int)
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; }
不動産価値
Exceptions
値:高さはゼロより低くはありません。
ImageBase64
画像を base64 形式で取得または設定します。
[JsonProperty]
public string ImageBase64 { get; set; }
不動産価値
Width
接続または幅を設定します。
public int Width { get; set; }
不動産価値
Exceptions
値; 幅はゼロより少ないことはできません。
Methods
GetXmpRepresentation()
ストレッチが含まれている値をXMP形式で取得します。
public override string GetXmpRepresentation()
Returns
XMP フォーマットに含まれる値を返します。