Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / DeleteTextMode Enumeration

In This Topic
    DeleteTextMode Enumeration
    In This Topic
    Specifies how deleting text affects the surrounding content.
    Syntax
    'Declaration
     
    Public Enum DeleteTextMode 
       Inherits System.Enum
    public enum DeleteTextMode : System.Enum 
    Members
    MemberDescription
    PreserveSpaceThe space that was occupied by the deleted text will become blank. Other page content will not be affected.
    StandardAny text following the deleted text will be shifted into the space previously occupied by the deleted text. In some cases (depending on the specifics of the current PDF) this may yield unexpected results.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.TextMap.DeleteTextMode

    See Also