GStateGetFillOverprint Method |
Gets the fill overprint.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool GetFillOverprint()
Public Function GetFillOverprint As Boolean
public:
virtual bool GetFillOverprint() sealed
function GetFillOverprint();
Return Value
Type:
Boolean whether overprint is enabled for fill painting operations.
Corresponds to the /op key within the ExtGState's dictionary.
See Also