Leadtools.Codecs Namespace > RasterCodecs Class > GetInformationAsync Method : GetInformationAsync(ILeadStream,Boolean,Int32) Method |
Specifying true for totalPages can cause the process to be slow if the file has a large number of pages.
The RasterCodecs class supports getting information on image files asynchronously using the GetInformationAsync methods. When calling any of these methods, the caller thread will not be blocked and the method will return instantly with an instance CodecsImageInfo that is in a loading status (CodecsImageInfo.IsLoading set to true). Do not use the other properties of this object while the object is in loading status.
When the RasterCodecs object finishes getting the information about the file, the various properties of the CodecsImageInfo will be populated with the image file information and the CodecsImageInfo.IsLoading property will be set to false.
It is best that you do not poll the CodecsImageInfo.IsLoading property to determine whether the image information has been collected. Instead, subscribe to the IAsyncOperation.Completed event to get notification on when the GetInformationAsync(String,Boolean,Int32,Object) operation is completed and whether any errors occurred.
When this method completes, it returns the file information as a CodecsImageInfo.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2