OrientationOptions

OrientationOptions(OrientationMode)

Initializes a new instance of the OrientationOptions class.

public OrientationOptions(OrientationMode orientationMode)
Parameter Type Description
orientationMode OrientationMode The orientation mode of OrientationMode

See Also


OrientationOptions(OrientationMode, int[])

Initializes a new instance of the OrientationOptions class.

public OrientationOptions(OrientationMode orientationMode, int[] pageNumbers)
Parameter Type Description
orientationMode OrientationMode The orientation mode of OrientationMode
pageNumbers Int32[] Page numbers.

See Also


OrientationOptions(OrientationMode, int, int)

Initializes a new instance of the OrientationOptions class.

public OrientationOptions(OrientationMode orientationMode, int startNumber, int endNumber)
Parameter Type Description
orientationMode OrientationMode The orientation mode of OrientationMode
startNumber Int32 The start page number.
endNumber Int32 The end page number.

See Also


OrientationOptions(OrientationMode, int, int, RangeMode)

Initializes a new instance of the OrientationOptions class.

public OrientationOptions(OrientationMode orientationMode, int startNumber, int endNumber, 
    RangeMode mode)
Parameter Type Description
orientationMode OrientationMode The orientation mode of OrientationMode
startNumber Int32 The start page number.
endNumber Int32 The end page number.
mode RangeMode The range mode.

See Also