MarkupBorderEffect Enumeration |
Markup border effects
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum MarkupBorderEffect
Public Enumeration MarkupBorderEffect
public enum class MarkupBorderEffect
pdftron.PDF.Annots.MarkupBorderEffect = function();
pdftron.PDF.Annots.MarkupBorderEffect.createEnum('pdftron.PDF.Annots.MarkupBorderEffect', false);
Members
| Member name | Value | Description |
---|
| e_None | 0 | No effect: the border shall be as described by the annotation
dictionary’s BorderStyle(BS) entry. |
| e_Cloudy | 1 | The border should appear “cloudy”. The width and
dash Array specified by BS shall be honored. |
See Also