Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextMap Interface / Invalid Property

In This Topic
    Invalid Property (ITextMap)
    In This Topic
    Indicates whether this ITextMap is valid and can be used.

    The ITextMap becomes invalid after editing operations like DeleteText, ReplaceText etc.

    Syntax
    'Declaration
     
    ReadOnly Property Invalid As System.Boolean
    System.bool Invalid {get;}
    See Also