Copies a tag from another IETIFFHandler object (that is, from another TIFF).
Applications obtain srcTagIndex calling IETIFFHandler.FindTag.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void CopyTag( int srcPageIndex, int srcTagIndex, IETIFFHandler source, int dstPageIndex )
Public Sub CopyTag ( _ srcPageIndex As Integer, _ srcTagIndex As Integer, _ source As IETIFFHandler, _ dstPageIndex As Integer _ )
public: void CopyTag( int srcPageIndex, int srcTagIndex, IETIFFHandler^ source, int dstPageIndex )
Parameters
- srcPageIndex
- Int32
Source page index (0=first page).
- srcTagIndex
- Int32
Source tag index (use IETIFFHandler.FindTag() to get an index from tag code).
- source
- IETIFFHandler
Source IETIFFHandler object, that is the source TIFF file.
- dstPageIndex
- Int32
Destination page index (0=first page).