AI-generated Key Takeaways
-
GmsDocumentScanningResult.Pdfis an abstract class representing a PDF in the scanning result, inheriting fromObjectand implementingParcelable. -
It includes methods to retrieve the number of pages in the scanned PDF (
getPageCount) and the URI of the PDF file (getUri). -
The class also includes a public constructor
Pdf()and inherits methods fromObjectandParcelable.
Represents the PDF in the scanning result.
Inherited Constant Summary
Public Constructor Summary
|
Pdf()
|
Public Method Summary
| abstract int |
getPageCount()
Returns the number of page being scanned.
|
| abstract Uri |
getUri()
Returns the PDF file Uri.
|
Inherited Method Summary
Public Constructors
public Pdf ()
Public Methods
public abstract int getPageCount ()
Returns the number of page being scanned.
public abstract Uri getUri ()
Returns the PDF file Uri.
This Uri points to a file in the client app's private cache storage.