←Select platform

TotalPages Property

Summary

Gets the total number of pages in the file.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="TotalPages", IsRequired=true)] 
public int TotalPages { get; } 
  
Public ReadOnly Property TotalPages As Integer 
public: 
property int TotalPages { 
   int get(); 
} 

Property Value

The total number of pages in the file.

Example

For an example, refer to GetInformationRequest.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Raster.DataContracts Assembly