This function tells KeyView when to begin a new partition. For more information, see Partitioning.
KVErrorCode pascal fpSetPartitionOn( void* pContext, const KVPartitionSetOn* pSetPartitionOn);
|
A pointer returned from fpInit() or fpInitWithLicenseData(). |
pSetPartitionOn
|
A pointer to a KVPartitionSetOn structure that tells KeyView when to create a new partition. |
The return value is one of the error codes defined in KVErrorCode in kverrorcodes.h
.
This function runs in-process or out of process. See Convert Files Out of Process.
When you convert out of process, you must call this function after the call to KVHTMLStartOOPSession() and before the call to KVHTMLEndOOPSession().
When you convert Word Processing documents with partitioning on hard breaks or page size changes:
pszChunkTemplate
member in KVHTMLTemplateEx.
|