isSinglePDF method

bool isSinglePDF()

from: public boolean isSinglePDF()

Implementation

bool isSinglePDF() {
  return _isSinglePDF(
    reference.pointer,
    _id_isSinglePDF as jni$_.JMethodIDPtr,
  ).boolean;
}