GStateSetAutoStrokeAdjust Method |
Specify whether to apply automatic stroke adjustment.
Corresponds to the /SA key within the ExtGState's dictionary.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetAutoStrokeAdjust(
bool SA
)
Public Sub SetAutoStrokeAdjust (
SA As Boolean
)
public:
virtual void SetAutoStrokeAdjust(
[InAttribute] bool SA
) sealed
function SetAutoStrokeAdjust(SA);
Parameters
- SA
- Type: SystemBoolean
the new auto stroke adjust
See Also