[]
Represents an empty border that takes no space.
[TypeConverter(typeof(BorderConverter))]
public class EmptyBorder : IBorder, IBorder2, ISerializeSupport, ICloneable, IComparable, IBorder3
<TypeConverter(GetType(BorderConverter))>
Public Class EmptyBorder
Implements IBorder, IBorder2, ISerializeSupport, ICloneable, IComparable, IBorder3
| Name | Description |
|---|---|
| EmptyBorder() | Creates an empty border (EmptyBorder object). |
| Name | Description |
|---|---|
| Inset | Gets the insets of the border. |
| Name | Description |
|---|---|
| Clone() | Clones the border object. |
| CompareTo(object) | Compares the current object with another object of the same type. |
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| Equals(object) | Compares the specified object to this border object. |
| Paint(IBorderGraphics, float, float, float, float, bool) | Paints (prints) the border inside the specified rectangle to PDF. |
| Paint(Graphics, int, int, int, int) | Paints the border inside the specified rectangle. |
| Paint(Graphics, int, int, int, int, bool) | Paints the border inside the specified rectangle. |
| Serialize(XmlTextWriter) | Saves the object to XML. |