ImageGear for Silverlight
PageNumberPrintFieldContent Constructor(String,String)
See Also  Send Feedback
ImageGear20.Core Assembly > ImageGear.Printing Namespace > PageNumberPrintFieldContent Class > PageNumberPrintFieldContent Constructor : PageNumberPrintFieldContent Constructor(String,String)




name
Field name.
format
A composite format string for page number, and optionally, page count output. See Remarks for more details.

Glossary Item Box

Initializes a new instance of the PageNumberPrintFieldContent class, using the specified name and format string.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

name
Field name.
format
A composite format string for page number, and optionally, page count output. See Remarks for more details.

Remarks

The format string is a standard .Net composite format string, used for such operations as String.Format(). Format item 0 corresponds to page number, format item 1 corresponds to page count. It is valid to use only one format item. Here are examples of valid format strings: "Page {0} of {1}", "- {0} -".

See Also

©2012. Accusoft Corporation. All Rights Reserved.