[]
Represents an effect to be applied to the border of an annotations.
public class BorderEffect
Gets or sets a number describing the intensity of the effect. Suggested values range from 0 to 2.
public float Intensity { get; set; }
Gets or sets the border effect type.
public BorderEffectType Type { get; set; }
Returns the size (in points, 1/72 inch) used to draw this BorderEffect.
public float GetSize()