Gets the number of pages in a disk file image.
public int GetTotalPages(
string fileName
)
Public Overloads Function GetTotalPages( _
ByVal fileName As String _
) As Integer
public int GetTotalPages(
string fileName
)
- (NSInteger)totalPagesInFile:(NSString *)file error:(NSError **)error
function Leadtools.Codecs.RasterCodecs.GetTotalPages(String)(
fileName
)
public:
int GetTotalPages(
String^ fileName
)
fileName
A String containing the name of the image file to query.
Number of pages in the specified file.
GetInformation and GetFormat use GetInformation internally. So, if more information about the image is required, it is recommended to call GetInformation directly and obtain the data once.
For an example, refer to Load(string fileName, int pageNumber).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET