TextSetBorderEffectIntensity Method |
Sets the Border Effect Intensity of the Markup Annotation.
(Optional; valid only if Border effect is Cloudy)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetBorderEffectIntensity(
double intensity
)
Public Sub SetBorderEffectIntensity (
intensity As Double
)
public:
virtual void SetBorderEffectIntensity(
[InAttribute] double intensity
) sealed
function SetBorderEffectIntensity(intensity);
Parameters
- intensity
- Type: SystemDouble
A number representing the border effect.
Implements
IMarkupSetBorderEffectIntensity(Double)Remarks The BorderEffectIntensity value is a number describing
the intensity of the effect, in the range 0 to 2. Default value: 0.
See Also