orientation property
Allows you to specify an orientation of the camera view controller.
Default: DocReaderOrientation.ALL.
Implementation
DocReaderOrientation? get orientation => _orientation;
Implementation
set orientation(DocReaderOrientation? val) {
_orientation = val;
_setFunctionality({"orientation": val?.value}, this);
}