PdfJoinOptions

PdfJoinOptions class

The Pdf join options.

public class PdfJoinOptions : PageJoinOptions

Constructors

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

Properties

Name Description
Pages { get; } Get page numbers collection.
Type { get; } The type of the file to join.
UseBookmarks { get; set; } Indicates if all the bookmarks will be copied by default.

See Also