AnnotBorderDashPattern
IPDFDocument4 :: Annotations

See Also
Collapse All

This property gets or sets a dash pattern for an annotation's border.

Syntax

BSTR AnnotBorderDashPattern { get; set; }
Value
Dash style of the border of the current annotation

Remarks

See SetLineDash for more details about dash styles. When using this property, you should not pass the dash phase. Thus valid values are "[]", "[5 2]", and so on.

This property affects on edit box and hyperlink annotations only. Setting AnnotBorderDashPattern changes AnnotBorderStyle to bsDashed.

As of May, 2009, Acrobat Reader and FoxIt Reader (the most popular PDF viewers) do not support annotation dashes other than [3].

See the AnnotBorderColor property for examples.

See Also

Reference