Class OdImageObject
Class OdImageObject
Tên không gian: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Tổng hợp: Aspose.Imaging.dll (25.4.0)
Hình ảnh tài liệu mở
[JsonObject(MemberSerialization.OptIn)]
public class OdImageObject : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdImageObject
Thành viên thừa kế
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)
Bắt đầu một trường hợp mới của lớp Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdImageObject.
public OdImageObject(OdObject parent)
Parameters
parent
OdObject
cha mẹ .
Properties
Bitmap
Nhận hoặc đặt bitmap.
[JsonProperty]
public byte[] Bitmap { get; set; }
Giá trị bất động sản
byte [ ]
ImageLink
Nhận hoặc đặt liên kết hình ảnh.
[JsonProperty]
public string ImageLink { get; set; }
Giá trị bất động sản
Rectangle
Nhập hoặc đặt góc thẳng.
[JsonProperty]
public RectangleF Rectangle { get; set; }