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