Variable: preview-bb-filesize
preview-bb-filesize is a customizable variable defined in preview.el.
Value
1024
Documentation
Size of file area scanned for bounding box information.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defcustom preview-bb-filesize 1024
"Size of file area scanned for bounding box information."
:group 'preview-gs :type 'integer)