Table of Contents

NumberRange.MatchKeyword Method

Definition

Namespace
GleamTech.DocumentUltimate
Assembly
GleamTech.DocumentUltimate.dll

Matches a supported keyword. It can be overriden in derived classed to support additional keywords.

protected virtual bool MatchKeyword(string keyword)

Parameters

keyword string

The lower case keyword string to match.

Returns

bool

true if keyword is supported; otherwise, false.