GStateGetAutoStrokeAdjust Method |
Gets the auto stroke adjust.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool GetAutoStrokeAdjust()
Public Function GetAutoStrokeAdjust As Boolean
public:
virtual bool GetAutoStrokeAdjust() sealed
function GetAutoStrokeAdjust();
Return Value
Type:
Boolean a flag specifying whether stroke adjustment is enabled in the graphics
state. Corresponds to the /SA key within the ExtGState's dictionary.
See Also