RefreshOptionsSetUseRoundedCorners Method |
Sets the value for UseRoundedCorners in 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 RefreshOptions SetUseRoundedCorners(
bool value
)
Public Function SetUseRoundedCorners (
value As Boolean
) As RefreshOptions
public:
virtual RefreshOptions^ SetUseRoundedCorners(
[InAttribute] bool value
) sealed
function SetUseRoundedCorners(value);
Parameters
- value
- Type: SystemBoolean
Whether we should use the corner radii specified in Annot.BorderStyle. Off by default.
Return Value
Type:
RefreshOptions this object, for call chaining
See Also