IsStandardTag Method (PrintStyle)
In This Topic
Returns a
System.Boolean value, determining whether the specified tag in one of the predefined tags used by the
PrintStyle and PrintOptionsForm classes.
Syntax
'Declaration
Public Function IsStandardTag( _
ByVal As TagInfo _
) As System.Boolean
public System.bool IsStandardTag(
TagInfo
)
Parameters
- tag
See Also