Class OdImageObject

Class OdImageObject

名称: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic 收藏: Aspose.Imaging.dll (25.4.0)

开放文档图像

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

Inheritance

object OdObject OdGraphicObject OdImageObject

继承人

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)

启动 Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdImageObject 类的新例子。

public OdImageObject(OdObject parent)

Parameters

parent OdObject

父母的。

Properties

Bitmap

接收或设置 bitmap。

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

财产价值

byte ( )

ImageLink

接收或设置图像链接。

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

财产价值

string

Rectangle

接收或设置直角。

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

财产价值

RectangleF

 中文