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

In This Topic
    PagesRange Property
    In This Topic
    Gets or sets the GrapeCity.Documents.Common.OutputRange object specifying the range of the pages in the source document that should be merged into the destination document.

    Null (the default) indicates that all pages will be merged.

    Syntax
    'Declaration
     
    Public Property PagesRange As OutputRange
    public OutputRange PagesRange {get; set;}
    See Also