CPDFPageThumbnailSource.file constructor
Opens filePath for rendering and closes it after each render.
Implementation
const CPDFPageThumbnailSource.file(
String filePath, {
String password = '',
}) : this._(filePath: filePath, password: password);