'宣言 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;}
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;}