ShadingHasBackground Method |
Checks for background.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool HasBackground()
Public Function HasBackground As Boolean
public:
virtual bool HasBackground() sealed
function HasBackground();
Return Value
Type:
Boolean true if the shading has a background color or false otherwise.
See Also