Pdf

public final class Pdf implements Parcelable

Internal use only.

Functions

describeContents
Link copied to clipboard
int describeContents()
fromDocument
Link copied to clipboard
static Pdf fromDocument(@NonNull() PdfDocument document)
fromUri
Link copied to clipboard
static Pdf fromUri(@NonNull() Uri uri)
getPageCount
Link copied to clipboard
int getPageCount(@NonNull() Context context)
void getPageCount(@NonNull() Context context, @NonNull() AsyncCallback<Integer, Exception> asyncCallback)
isPasswordProtected
Link copied to clipboard
boolean isPasswordProtected(@NonNull() Context context)
toBitmap
Link copied to clipboard
void toBitmap(@NonNull() Size targetSize, @NonNull() Context context, @NonNull() AsyncCallback<Bitmap, Exception> asyncCallback)
writeToParcel
Link copied to clipboard
void writeToParcel(Parcel dest, int flags)

Properties

CREATOR
Link copied to clipboard
public final static Parcelable.Creator<PdfCREATOR