Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / MergeDocumentOptions Class / Index Property

In This Topic
    Index Property (MergeDocumentOptions)
    In This Topic
    Gets or sets the starting position in the destination document at which the pages of the source document will be inserted.

    -1 (the default) indicates that the pages will be added to the end of the document.

    Syntax
    'Declaration
     
    Public Property Index As System.Integer
    public System.int Index {get; set;}
    See Also