ReadTIFFTag method

Applies to
InvoicePage object

This method reads the tag from the TIFF.

Return Type

String

Syntax

object.ReadTIFFTag( ePageFlip As EIPageFlip, iTagNum As Long, iTagType As Long, iTagLen As Long, iTagValue As Long)

Part

Description

object

An expression evaluating to an object of type InvoicePage.

PagePlip

EIPageFlip

TagNum

Long

TagType

Long

TagLen

Long

TagValue

Long

Related topic

WriteTIFFTag