getPageDir

abstract fun getPageDir(pageId: String, documentId: String): File

Provides directory to store image files for current Page.

Return

File directory, which will contain images for current page

Parameters

pageId
  • id of a page

documentId
  • id of a parent document

Throws