StrikeOutGetBorderEffectIntensity Method |
Sets the Border Effect of the Markup Annotation.
(Optional; PDF 1.5 )
Gets the Border Effect Intensity of the Markup Annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetBorderEffectIntensity()
Public Function GetBorderEffectIntensity As Double
public:
virtual double GetBorderEffectIntensity() sealed
function GetBorderEffectIntensity();
Return Value
Type:
Double A number representing the border effect.
Implements
IMarkupGetBorderEffectIntensityRemarks The BorderEffectIntensity value is a number describing
the intensity of the effect, in the range 0 to 2. Default value: 0.
See Also