Previous topic

DocSetSummaryInfo

Next topic

DocSetUserData

This Page

DocSetTitleΒΆ

DocSetTitle sets the document title.

bool = DocSetTitle(hDoc, ssTitle)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hDoc

Identifies the document.

ssTitle

ssTitle is a string to be used as the document title.

id-131445