←Select platform

MergeItem Constructor(string,int,int)

Summary

Creates a new MergeItem for the filepath provided and first and last page.

Syntax
C#
VB
C++
public MergeItem( 
   string fileName, 
   int firstPage, 
   int lastPage 
) 
Public Sub New(ByVal fileName As String, ByVal firstPage As Integer, ByVal lastPage As Integer) 
 MyBase.New 
public:  
   MergeItem(String^ fileName, Int32 firstPage, Int32 lastPage) 

Parameters

fileName

Path to the file to use in merging.

firstPage

The first page to convert.

lastPage

The last page to convert.

Remarks

This indicates to the Merge command to convert the document at the path provided in the fileName from the firstPage to lastPage.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly