RefreshOptionsGetUseRoundedCorners Method |
Gets the value UseRoundedCorners from the options object
Whether we should use the corner radii specified in Annot.BorderStyle. Off by default.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool GetUseRoundedCorners()
Public Function GetUseRoundedCorners As Boolean
public:
virtual bool GetUseRoundedCorners() sealed
function GetUseRoundedCorners();
Return Value
Type:
Booleana bool, Whether we should use the corner radii specified in Annot.BorderStyle. Off by default..
See Also