Click or drag to resize

PageSetAddRange Method (Int32, Int32)

Add a range of values to the sequence. Reverse ordering is legal.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void AddRange(
	int range_start,
	int range_end
)

Parameters

range_start
Type: SystemInt32
The low value in the range
range_end
Type: SystemInt32
The high value in the range
See Also