[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.DeleteTextMode

DeleteTextMode Enum

Specifies how deleting text affects the surrounding content.

Namespace: GrapeCity.Documents.Pdf.TextMap
Assembly: DS.Documents.Pdf.dll
Syntax
public enum DeleteTextMode
Public Enum DeleteTextMode

Fields

Name Description
PreserveSpace

The space that was occupied by the deleted text will become blank. Other page content will not be affected.

Standard

Any 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.