Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.Raster.ServiceContracts assembly)

Show in webframe

TotalPages Property (GetInformationRequest)






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

Example
For an example, refer to GetInformationRequest.
Requirements

Target Platforms

See Also

Reference

GetInformationRequest Class
GetInformationRequest Members

Error processing SSI file
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