[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.BorderEffect

Class BorderEffect

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

Represents an effect to be applied to the border of an annotations.

public class BorderEffect
Inheritance
object
BorderEffect
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Intensity

Gets or sets a number describing the intensity of the effect. Suggested values range from 0 to 2.

public float Intensity { get; set; }

Property Value

float

Type

Gets or sets the border effect type.

public BorderEffectType Type { get; set; }

Property Value

BorderEffectType

Methods

GetSize()

Returns the size (in points, 1/72 inch) used to draw this BorderEffect.

public float GetSize()

Returns

float