Class OdImageObject

Class OdImageObject

Nama dari : Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Pengumpulan: Aspose.Imaging.dll (25.4.0)

Gambar dokumen terbuka

[JsonObject(MemberSerialization.OptIn)]
public class OdImageObject : OdGraphicObject

Inheritance

object OdObject OdGraphicObject OdImageObject

anggota yang diwarisi

OdGraphicObject.AbsoluteCoordinates , OdObject.parent , OdObject.Parent , OdObject.Items , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

OdImageObject(OdObject)

Initifikasi contoh baru dari Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdImageObject kelas.

public OdImageObject(OdObject parent)

Parameters

parent OdObject

dengan orangtua.

Properties

Bitmap

Dapatkan atau menetapkan bitmap.

[JsonProperty]
public byte[] Bitmap { get; set; }

Nilai Properti

byte [ ]

ImageLink

Dapatkan atau menetapkan link gambar.

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

Nilai Properti

string

Rectangle

Mendapatkan atau menetapkan rektangle.

[JsonProperty]
public RectangleF Rectangle { get; set; }

Nilai Properti

RectangleF

 Indonesia