Variable: doc-view--image-file-pattern
doc-view--image-file-pattern is a buffer-local variable defined in
doc-view.el.gz.
Documentation
The format pattern of image file names.
Typically "page-%s.png".
Source Code
;; Defined in /usr/src/emacs/lisp/doc-view.el.gz
(defvar-local doc-view--image-file-pattern nil
"The `format' pattern of image file names.
Typically \"page-%s.png\".")