Sets the start.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetStart(
int start_at
)
Public Sub SetStart (
start_at As Integer
)
public:
virtual void SetStart(
[InAttribute] int start_at
) sealed
function SetStart(start_at);
Parameters
- start_at
- Type: SystemInt32
the value to use when generating the numeric
portion of the first label in this range; must be greater than
or equal to 1.
See Also