'Declaration Public Enum DeleteTextMode Inherits System.Enum
public enum DeleteTextMode : System.Enum
'Declaration Public Enum DeleteTextMode Inherits System.Enum
public enum DeleteTextMode : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Pdf.TextMap.DeleteTextMode