[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextMap.Invalid

Invalid Property

Invalid

Indicates whether this ITextMap is valid and can be used.

The ITextMap becomes invalid after editing operations like DeleteText(TextMapFragment, DeleteTextMode), ReplaceText(TextMapFragment, string, Font, float?) etc.

Declaration
bool Invalid { get; }
ReadOnly Property Invalid As Boolean