Variable: doc-view-image-width

doc-view-image-width is a customizable variable defined in doc-view.el.gz.

Value

850

Documentation

Default image width.

Has only an effect if doc-view-scale-internally is non-nil and support for scaling is compiled into Emacs.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/doc-view.el.gz
(defcustom doc-view-image-width 850
  "Default image width.
Has only an effect if `doc-view-scale-internally' is non-nil and support for
scaling is compiled into Emacs."
  :version "24.1"
  :type 'number)