PageLabelSetPrefix Method |
Sets the prefix.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetPrefix(
string prefix
)
Public Sub SetPrefix (
prefix As String
)
public:
virtual void SetPrefix(
[InAttribute] String^ prefix
) sealed
function SetPrefix(prefix);
Parameters
- prefix
- Type: SystemString
the string used to prefix the numeric portion of
the page label.
See Also