Class OdImageObject
Class OdImageObject
Nazwa przestrzeń: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Zgromadzenie: Aspose.Imaging.dll (25.4.0)
Zdjęcie otwartego dokumentu
[JsonObject(MemberSerialization.OptIn)]
public class OdImageObject : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdImageObject
Dziedziczeni członkowie
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)
Inicjalizuje nową instancję klasy Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdImageObject.
public OdImageObject(OdObject parent)
Parameters
parent
OdObject
z rodzicem .
Properties
Bitmap
Zostaw lub ustaw bitmap.
[JsonProperty]
public byte[] Bitmap { get; set; }
Wartość nieruchomości
byte [ ]
ImageLink
Dostęp lub ustaw link do obrazu.
[JsonProperty]
public string ImageLink { get; set; }
Wartość nieruchomości
Rectangle
Zatrzymaj lub ustaw rektangulę.
[JsonProperty]
public RectangleF Rectangle { get; set; }