LEADTOOLS WCF (Leadtools.Services.Raster.DataContracts assembly)

TotalPages Property (GetInformationRequest)

Show in webframe





Gets or sets a value indicating whether to query the file for total number of pages or not.
Syntax
public bool TotalPages {get; set;}
'Declaration
 
Public Property TotalPages As Boolean
'Usage
 
Dim instance As GetInformationRequest
Dim value As Boolean
 
instance.TotalPages = value
 
value = instance.TotalPages

            

            
public:
property bool TotalPages {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

GetInformationRequest Class
GetInformationRequest Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features