Click or drag to resize

RefreshOptionsSetDrawBackgroundOnly Method

Sets the value for DrawBackgroundOnly in the options object If true draw only the background and border, which can be useful when generating the rest of the annotation content elsewhere. Off by default.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public RefreshOptions SetDrawBackgroundOnly(
	bool value
)

Parameters

value
Type: SystemBoolean
If true draw only the background and border, which can be useful when generating the rest of the annotation content elsewhere. Off by default.

Return Value

Type: RefreshOptions
this object, for call chaining
See Also