PDFViewerMessagesToolbarPagerSettingsBuilder

Methods

First(System.String)

Specifies the tooltip text for the "first page" navigation button in the pager toolbar. This button navigates to the first page of the PDF document.

Parameters

value - System.String

The value for First

RETURNS

Returns the current PDFViewerMessagesToolbarPagerSettingsBuilder instance.

Previous(System.String)

Specifies the tooltip text for the "previous page" navigation button in the pager toolbar. This button navigates to the previous page of the PDF document.

Parameters

value - System.String

The value for Previous

RETURNS

Returns the current PDFViewerMessagesToolbarPagerSettingsBuilder instance.

Next(System.String)

Specifies the tooltip text for the "next page" navigation button in the pager toolbar. This button navigates to the next page of the PDF document.

Parameters

value - System.String

The value for Next

RETURNS

Returns the current PDFViewerMessagesToolbarPagerSettingsBuilder instance.

Last(System.String)

Specifies the tooltip text for the "last page" navigation button in the pager toolbar. This button navigates to the last page of the PDF document.

Parameters

value - System.String

The value for Last

RETURNS

Returns the current PDFViewerMessagesToolbarPagerSettingsBuilder instance.

Of(System.String)

Specifies the text used in the pager's page information display (e.g., "page 1 of 10"). This appears between the current page number and total page count.

Parameters

value - System.String

The value for Of

RETURNS

Returns the current PDFViewerMessagesToolbarPagerSettingsBuilder instance.

Page(System.String)

Specifies the singular form of the word "page" used in the pager's status display when there is only one page (e.g., "page 1 of 1").

Parameters

value - System.String

The value for Page

RETURNS

Returns the current PDFViewerMessagesToolbarPagerSettingsBuilder instance.

Pages(System.String)

Specifies the plural form of the word "pages" used in the pager's status display when there are multiple pages (e.g., "page 1 of 10 pages").

Parameters

value - System.String

The value for Pages

RETURNS

Returns the current PDFViewerMessagesToolbarPagerSettingsBuilder instance.