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 |
---|---|
Iron |
_Scale
Declaration
protected PointF _Scale
Field Value
Type | Description |
---|---|
System. |
_Translate
Declaration
protected PointF _Translate
Field Value
Type | Description |
---|---|
System. |
Properties
BoundingBox
Declaration
public RectangleF BoundingBox { get; set; }
Property Value
Type | Description |
---|---|
System. |
Client
Declaration
public IPdfClient Client { get; set; }
Property Value
Type | Description |
---|---|
Iron |
DocumentId
Declaration
public IDocumentId DocumentId { get; set; }
Property Value
Type | Description |
---|---|
Iron |
Image
Declaration
public IAnyImage Image { get; set; }
Property Value
Type | Description |
---|---|
Iron |
ImageChanged
Declaration
public bool ImageChanged { get; }
Property Value
Type | Description |
---|---|
System. |
Matrix
Declaration
public MatrixStruct Matrix { get; }
Property Value
Type | Description |
---|---|
Iron |
ObjNum
Declaration
public uint ObjNum { get; set; }
Property Value
Type | Description |
---|---|
System. |
PageIndex
Declaration
public uint PageIndex { get; set; }
Property Value
Type | Description |
---|---|
System. |
Scale
Declaration
public PointF Scale { get; set; }
Property Value
Type | Description |
---|---|
System. |
Translate
Declaration
public PointF Translate { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Clone()
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System. |
ToJson()
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System. |
Implements
IronSoftware.IDocumentObject
IronSoftware.IDocumentImageObject
IronSoftware.IBoundedDocumentObject
IronSoftware.IBounded
IronSoftware.ITransformable
System.ICloneable
IronSoftware.IJsonSerializable