PageJoinOptions

PageJoinOptions class

Provides options for the document joining.

public class PageJoinOptions : PageOptions, IPageJoinOptions

Constructors

Name Description
PageJoinOptions() Initializes a new instance of the PageJoinOptions class.
PageJoinOptions(FileType) Initializes a new instance of the PageJoinOptions class.
PageJoinOptions(int[]) Initializes a new instance of the PageJoinOptions class.
PageJoinOptions(FileType, int[]) Initializes a new instance of the PageJoinOptions class.
PageJoinOptions(int, int) Initializes a new instance of the PageJoinOptions class.
PageJoinOptions(FileType, int, int) Initializes a new instance of the PageJoinOptions class.
PageJoinOptions(int, int, RangeMode) Initializes a new instance of the PageJoinOptions class.
PageJoinOptions(FileType, int, int, RangeMode) Initializes a new instance of the PageJoinOptions class.

Properties

Name Description
Pages { get; } Get page numbers collection.
Type { get; } The type of the file to join.

See Also