This is a read and write property.
Set bNoPictures
to TRUE
to generate verbose markup only. Embedded graphics are not generated as separate files, image tags are not included in the output, and CSS files do not work.
If you set bNoPictures
to FALSE
, embedded graphics in a document are regenerated as separate files, stored in the output directory, and image tags are included in the output.
To output graphics for presentations, you must set bNoPictures
to FALSE
, and set bRasterizeFiles to TRUE
.
To use CSS files, you must set bNoPictures
to FALSE
and use the KVHTMLSetStyleSheet()
function to request the CSS file (see Use Style Sheets).
|