Class OdImageObject

Class OdImageObject

İsim alanı : Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Toplantı: Aspose.Imaging.dll (25.4.0)

Açık belge görüntüsü

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

Inheritance

object OdObject OdGraphicObject OdImageObject

mirasçı üyeleri

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 sınıfının yeni bir örneğini başlatır.

public OdImageObject(OdObject parent)

Parameters

parent OdObject

Bir ebeveyn.

Properties

Bitmap

Bitmap’ı alın veya ayarlayın.

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

Mülkiyet Değer

byte […]

ImageLink

Görüntülü bağlantıyı alır veya ayarlar.

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

Mülkiyet Değer

string

Rectangle

Yürüme veya düzlem yapıştırın.

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

Mülkiyet Değer

RectangleF

 Türkçe