CreatePageCountFieldCommand Class
In This Article
A command to insert a NUMPAGES field displaying the total number of pages.
#Declaration
TypeScript
declare class CreatePageCountFieldCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.createPageCountField property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
CreatePageCountFieldCommand
See Also