←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++
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 large number of pages.

Example

For an example, refer to GetInformationRequest.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Click or drag to resize