←Select platform

Pages Property

Summary

Array of pages to merge from the document.

Syntax
C#
VB
C++
public int[] Pages { get; } 
Public ReadOnly Property Pages() As Integer() 
   Get 
public:  
   property array<Int32>^ Pages 
   { 
      array<Int32>^ get() 
   } 

Property Value

Array of pages to merge from the document.

Remarks

If this is null and FirstPage and LastPage are used, this is not used. If this is not null and FirstPage and LastPage are not null, this is ignored.

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