AnnotGetBorderStyle Method |
Gets the border style for the annotation. Typically used for Link annotations.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public AnnotBorderStyle GetBorderStyle()
Public Function GetBorderStyle As AnnotBorderStyle
public:
virtual AnnotBorderStyle^ GetBorderStyle() sealed
function GetBorderStyle();
Return Value
Type:
AnnotBorderStyle Annotation's border style.
Implements
IAnnotGetBorderStyleSee Also