←Select platform

TotalPages Property

Summary

Gets or sets a value indicating whether to query the file for total number of pages or not.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="TotalPages", IsRequired=true)] 
public bool TotalPages { get; set; } 
  
Public Property TotalPages As Boolean 
public: 
property bool TotalPages { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

Value Meaning
true To query the file for total number of pages.
false Otherwise.
Remarks

Specifying true for this property can cause the process to be slow for files with a large number of pages.

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