Accusoft ImagXpress 12
FileSetTags Method
See Also  Send comments on this topic.
FileName
The name of the TIFF or EXIF file that will receive the tags from the control.
PageNbr
The page within the file that will receive the tags.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : FileSetTags Method

Glossary Item Box

Description

Sets the collection of tags into the image file.

Syntax

Visual Basic
Public Sub FileSetTags( _
   ByVal FileName As String, _
   ByVal PageNbr As Long _
) 

Parameters

FileName
The name of the TIFF or EXIF file that will receive the tags from the control.
PageNbr
The page within the file that will receive the tags.

Remarks

This method is for multi-page image file formats such as TIFF and EXIF file formats. Upon completion of this method, the tags in the source file (FileName) are replaced with the tags from the control. Use the Tag (Count, Data, Length, LevelNumber and Type) properties to read or modify data in the tags.

See Also

©2013. Accusoft Corporation. All Rights Reserved.