| Accusoft.PdfXpressSdk Namespace : WrapMode Enumeration |
'Declaration Public Enum WrapMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As WrapMode
public enum WrapMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
__value public enum WrapMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class WrapMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Member | Value | Description |
|---|---|---|
| AtWhitespaceOnly | 1 | If text width exceeds the horizontal bounds of the text box, attempt to split text to multiple lines, separating lines only at whitespace. This has a value of 1. |
| None | 0 | If text width exceeds the horizontal bounds of the text box, raise an error. This has a value of 0. |
System.Object
System.ValueType
System.Enum
Accusoft.PdfXpressSdk.WrapMode