Class OdImageObject
Class OdImageObject
Numele spaţiului: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Asamblare: Aspose.Imaging.dll (25.4.0)
Imaginea documentului deschis
[JsonObject(MemberSerialization.OptIn)]
public class OdImageObject : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdImageObject
Membrii moștenitori
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)
Inițializează o nouă instanță a clasei Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdImageObject.
public OdImageObject(OdObject parent)
Parameters
parent
OdObject
pentru părinţi .
Properties
Bitmap
Obțineți sau stabiliți bitmap-ul.
[JsonProperty]
public byte[] Bitmap { get; set; }
Valoarea proprietății
byte []
ImageLink
Obțineți sau puneți link-ul imaginii.
[JsonProperty]
public string ImageLink { get; set; }
Valoarea proprietății
Rectangle
Ia sau stabilește rectanglul.
[JsonProperty]
public RectangleF Rectangle { get; set; }