Click or drag to resize

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()

Return Value

Type: Boolean
a 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