[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.DeleteTextMode

Enum DeleteTextMode

Namespace
GrapeCity.Documents.Pdf.TextMap
Assembly
GcDocs.Pdf.dll

Specifies how deleting text affects the surrounding content.

public enum DeleteTextMode

Fields

PreserveSpace = 1

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

Standard = 0

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.