ImagePdfObject


public final class ImagePdfObject implements PdfObject


Represents an image object within a PDF document.

Summary

Public constructors

Public methods

boolean
equals(Object other)
final @NonNull Bitmap

The Bitmap data of the image.

final @NonNull RectF

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

int

Public constructors

ImagePdfObject

Added in 1.0.0-alpha19
public ImagePdfObject(@NonNull Bitmap bitmap, @NonNull RectF bounds)

Public methods

equals

public boolean equals(Object other)

getBitmap

Added in 1.0.0-alpha19
public final @NonNull Bitmap getBitmap()

The Bitmap data of the image.

getBounds

Added in 1.0.0-alpha19
public final @NonNull RectF getBounds()

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

hashCode

public int hashCode()