 | BorderEffects Enumeration |
Represents the border effects
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.57.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.57.2704
Syntaxpublic enum BorderEffects
Public Enumeration BorderEffects
public enum class BorderEffects
public enum BorderEffects
Patagames.Pdf.Enums.BorderEffects = function();
Patagames.Pdf.Enums.BorderEffects.createEnum('Patagames.Pdf.Enums.BorderEffects', false);
Members
| Member name | Value | Description |
---|
| None | 0 |
No effect: the border is as described by the annotation dictionary’s BS entry.
|
| Cloudy | 1 |
The border should appear “cloudy”. The width and dash array specified by BS are ignored.
|
See Also