RefreshOptionsGetDrawBackgroundOnly Method |
Gets the value DrawBackgroundOnly from 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 bool GetDrawBackgroundOnly()
Public Function GetDrawBackgroundOnly As Boolean
public:
virtual bool GetDrawBackgroundOnly() sealed
function GetDrawBackgroundOnly();
Return Value
Type:
Booleana bool, If true draw only the background and border, which can be useful when generating the rest of the annotation content elsewhere. Off by default..
See Also