Find the first occurrence of a tag (code) returning its index.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int FindTag( int pageIndex, int tagCode )
Public Function FindTag ( _ pageIndex As Integer, _ tagCode As Integer _ ) As Integer
public: int FindTag( int pageIndex, int tagCode )
Parameters
- pageIndex
- Int32
Page index (starting at 0 and ending at GetPagesCount-1).
- tagCode
- Int32
The tag code (0..65535).