exportPath property

void exportPath=(String value)

The folder path where the file will be saved for actions to save a copy of the document.

The actions include saving a password copy and saving a flattened copy. Defaults to null. Android only.

Implementation

set exportPath(String value) => _exportPath = value;