ImagePdfObject


class ImagePdfObject : PdfObject


Represents an image object within a PDF document.

Summary

Public constructors

ImagePdfObject(bitmap: Bitmap, bounds: RectF)

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

Bitmap

The Bitmap data of the image.

RectF

The rectangular boundaries of its position and size on the PDF page.

Public constructors

ImagePdfObject

Added in 1.0.0-alpha19
ImagePdfObject(bitmap: Bitmap, bounds: RectF)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

bitmap

Added in 1.0.0-alpha19
val bitmapBitmap

The Bitmap data of the image.

bounds

Added in 1.0.0-alpha19
val boundsRectF

The rectangular boundaries of its position and size on the PDF page.