PCM.Tag Object

ClosedDescription

The PCM.Tag object represents a tag in stored printer code.

ClosedProperties

Name

Description

DelimitedName

Returns the name of the Tag enclosed in delimiters. Read-only.

EndPosition

Returns the end position of the Tag in the input file, measured in bytes from the beginning of the file. Read-only.

Name

Returns the name of the Tag. Read-only.

StartPosition

Returns the start position of the Tag in the input file, measured in bytes from the beginning of the file. Read-only.

SubstringObject

Returns the Substring Object associated with the Tag, if any. Read-only.

SubstringValid

Returns whether or not a Substring Object is associated with the Tag. Read-only.

Related Topics