PageJoinOptions

PageJoinOptions()

Initializes a new instance of the PageJoinOptions class.

public PageJoinOptions()

See Also


PageJoinOptions(int[])

Initializes a new instance of the PageJoinOptions class.

public PageJoinOptions(int[] pageNumbers)
Parameter Type Description
pageNumbers Int32[] Page numbers.

See Also


PageJoinOptions(int, int)

Initializes a new instance of the PageJoinOptions class.

public PageJoinOptions(int startNumber, int endNumber)
Parameter Type Description
startNumber Int32 The start page number.
endNumber Int32 The end page number.

See Also


PageJoinOptions(int, int, RangeMode)

Initializes a new instance of the PageJoinOptions class.

public PageJoinOptions(int startNumber, int endNumber, RangeMode mode)
Parameter Type Description
startNumber Int32 The start page number.
endNumber Int32 The end page number.
mode RangeMode The range mode.

See Also


PageJoinOptions(FileType)

Initializes a new instance of the PageJoinOptions class.

public PageJoinOptions(FileType fileType)
Parameter Type Description
fileType FileType The type of the file to join.

See Also


PageJoinOptions(FileType, int[])

Initializes a new instance of the PageJoinOptions class.

public PageJoinOptions(FileType fileType, int[] pageNumbers)
Parameter Type Description
fileType FileType The type of the file to join.
pageNumbers Int32[] Page numbers.

See Also


PageJoinOptions(FileType, int, int)

Initializes a new instance of the PageJoinOptions class.

public PageJoinOptions(FileType fileType, int startNumber, int endNumber)
Parameter Type Description
fileType FileType The type of the file to join.
startNumber Int32 The start page number.
endNumber Int32 The end page number.

See Also


PageJoinOptions(FileType, int, int, RangeMode)

Initializes a new instance of the PageJoinOptions class.

public PageJoinOptions(FileType fileType, int startNumber, int endNumber, RangeMode mode)
Parameter Type Description
fileType FileType The type of the file to join.
startNumber Int32 The start page number.
endNumber Int32 The end page number.
mode RangeMode The range mode.

See Also