This method provides a way to configure options prior to document conversion. Currently, the function is used to specify a PDF reader. For more information, see Convert PDF Files to Raster Images.
HTM
.HTMLConfig(nType, nValue, p)
where:
nType
is a symbolic constant defined in kvhtml.h
and used to configure options. Currently, you can set this to KVCFG_SETHIFIPDF
. This option specifies that the graphic-based PDF reader (kppdfrdr
) is used to convert PDF documents. See Convert PDF Files to Raster Images.nValue
is an integer value defined for the above type.p
is reserved, and must be NULL
.The comsamp
sample program demonstrates how to use this method. See comsamp.
|