PageSetTitleΒΆ

PageSetTitle changes the page name.

bool = PageSetTitle(hPage, ssTitle)

Return Value

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

Parameters

hPage

Identifies the page.

ssTitle

ssTitle is the page name. The length is limited to 128 charactes.

  • The following characters should not be used in the title: ":", "/", "\".
  • The name should not start with ( "[" ) and not end with ( "]" ).
  • The name should not be identical to other page names in the document.

id-1269744