Leadtools.Services.Raster.DataContracts Namespace > GetInformationRequest Class : TotalPages Property |
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
Value | Meaning |
---|---|
true | To query the file for total number of pages. |
false | Otherwise. |
Specifying true for this property can cause the process to be slow for files with a large number of pages.