ExtractOptions

ExtractOptions()

Initializes a new instance of the ExtractOptions class.

public ExtractOptions()

See Also


ExtractOptions(int[])

Initializes a new instance of the ExtractOptions class.

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

See Also


ExtractOptions(int, int)

Initializes a new instance of the ExtractOptions class.

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

See Also


ExtractOptions(int, int, RangeMode)

Initializes a new instance of the ExtractOptions class.

public ExtractOptions(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