Class ImageObject
Inheritance
System.Object
ImageObject
Implements
IronSoftware.IDocumentObject
IronSoftware.IDocumentImageObject
IronSoftware.IBounded
IronSoftware.ITransformable
IronSoftware.IJsonSerializable
Assembly: IronPdf.dll
Syntax
public class ImageObject : Object, IPdfImageObject, IPdfDocumentObject, IDocumentObject, IDocumentImageObject, IBounded, ITransformable, IJsonSerializable
Fields
_Image
Declaration
protected IAnyImage _Image
Field Value
Type |
Description |
IronSoftware.IAnyImage |
|
_Scale
Declaration
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
ToJson()
Declaration
Returns
Type |
Description |
System.String |
|
Implements
IronSoftware.IDocumentObject
IronSoftware.IDocumentImageObject
IronSoftware.IBounded
IronSoftware.ITransformable
IronSoftware.IJsonSerializable