[This is preliminary documentation and is subject to change.]
The ImageElement type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | ImageElement(String) | Initializes a new instance of the ImageElement class |
![]() | ImageElement(String, Single, Single) | Initializes a new instance of the ImageElement class |
Methods
Name | Description | |
---|---|---|
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | GetCoupledReference | |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | GetReference |
Returns PDF object indirect reference
(Inherited from PdfObject.) |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | GetXReference |
Returns PDF x-object indirect reference
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() | Write |
Writes element into file stream
(Overrides PdfElement Write(PdfWriter).) |
Extension Methods
Properties
Name | Description | |
---|---|---|
![]() | BitsPerPixel |
Returns image's bits per pixel
|
![]() | Content |
Image bytes
|
![]() | Height |
PDF displayed image height
|
![]() | ObjectId |
Document-wide unique object Id
(Inherited from PdfObject.) |
![]() | OwnHeight |
Image's own height
|
![]() | OwnWidth |
Image's own widht
|
![]() | Width |
PDF displayed image width
|
![]() | X |
X-coordinate
(Inherited from PdfElement.) |
![]() | XObjectId |
Image unique object Id
|
![]() | Y |
Y-coordinate
(Inherited from PdfElement.) |
See Also