Click or drag to resize

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
)

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