Returns true if this Image has the requisites to be a mask.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public bool IsMaskCandidate()
Visual Basic
Public Function IsMaskCandidate As Boolean
Visual C++
public:
bool IsMaskCandidate()

Return Value

true if this Image can be a mask

See Also