PrintDocument for WinForms
ExportNavBar プロパティ (HtmlExporter)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > HtmlExporter クラス : ExportNavBar プロパティ
Gets or sets a template used to create a navigation bar with page numbers. (Note: both Paginated and HtmlExporter.GeneratePageLinks must be set to true for this to work).

The format of the string is as follows: up to four "%s" strings are replaced with links to the first, previous, next and last pages, correspondingly. Up to two "%d" strings are replaced with the current and total page numbers.

For instance:

"<a %s>first</a> <a %s>prev</a> Page %d of %d <a %s>next</a> <a %s>last</a>"

シンタックス
'宣言
 
Public Property ExportNavBar As System.String
'使用法
 
Dim instance As HtmlExporter
Dim value As System.String
 
instance.ExportNavBar = value
 
value = instance.ExportNavBar
public System.string ExportNavBar {get; set;}
参照

HtmlExporter クラス
HtmlExporter メンバ
Paginated
GeneratePageLinks プロパティ