#include "ltwrappr.h"
L_INT LNITFFile::GetTextHeaderCount()
Retrieves the number of the text segments in the NITF file.
Value | Meaning |
---|---|
>= 0 | Number of text segments. |
< 0 | An error occurred. Refer to Return Codes. |
To retrieve the text header information for a specific text segment, call the LNITFFile::GetTextHeader function.
To change the text header information for a specific text segment, call the LNITFFile::SetTextHeader function.
Required DLLs and Libraries
For an example, refer to LNITFFile::GetTextHeader.