Click or drag to resize
SignDocDocumentgetPageLabel Method
Get the page label for a page number. For TIFF documents, page will be converted to a decimal number.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public string getPageLabel(
	int page
)

Parameters

page
Type: SystemInt32
The page number (1 for the first page).

Return Value

Type: String
The page label.
See Also