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
)
Public Function SetDrawBackgroundOnly (
value As Boolean
) As RefreshOptions
public:
virtual RefreshOptions^ SetDrawBackgroundOnly(
[InAttribute] bool value
) sealed
function SetDrawBackgroundOnly(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