Class ImageObject
Inheritance
System.Object
ImageObject
Implements
IronSoftware.IDocumentObject
IronSoftware.IDocumentImageObject
IronSoftware.IBoundedDocumentObject
IronSoftware.IBounded
IronSoftware.ITransformable
System.ICloneable
IronSoftware.IJsonSerializable
Namespace: IronSoftware
Assembly: IronPdf.dll
Syntax
public class ImageObject : Object, IPdfImageObject, IPdfDocumentObject
Fields
_Image
Declaration
protected IAnyImage _Image
Field Value
Type | Description |
---|---|
IronSoftware.IAnyImage |
_Scale
Declaration
protected PointF _Scale
Field Value
Type | Description |
---|---|
System.Drawing.PointF |
_Translate
Declaration
protected PointF _Translate
Field Value
Type | Description |
---|---|
System.Drawing.PointF |
Properties
BoundingBox
Declaration
public RectangleF BoundingBox { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.RectangleF |
Client
Declaration
public IPdfClient Client { get; set; }
Property Value
Type | Description |
---|---|
IronSoftware.Pdfium.IPdfClient |
DocumentId
Declaration
public IDocumentId DocumentId { get; set; }
Property Value
Type | Description |
---|---|
IronSoftware.IDocumentId |
Image
Declaration
public IAnyImage Image { get; set; }
Property Value
Type | Description |
---|---|
IronSoftware.IAnyImage |
ImageChanged
Declaration
public bool ImageChanged { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Matrix
Declaration
public MatrixStruct Matrix { get; }
Property Value
Type | Description |
---|---|
IronSoftware.MatrixStruct |
ObjNum
Declaration
public uint ObjNum { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
PageIndex
Declaration
public uint PageIndex { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Scale
Declaration
public PointF Scale { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.PointF |
Translate
Declaration
public PointF Translate { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.PointF |
Methods
Clone()
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object |
ToJson()
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String |
Implements
IronSoftware.IDocumentObject
IronSoftware.IDocumentImageObject
IronSoftware.IBoundedDocumentObject
IronSoftware.IBounded
IronSoftware.ITransformable
System.ICloneable
IronSoftware.IJsonSerializable