IInkPicture::put_EraserMode method (msinkaut.h)

Gets or sets a value that specifies whether ink is erased by stroke or by point.

This property is read/write.

Syntax

HRESULT put_EraserMode(
  InkOverlayEraserMode EraserMode
);

Parameters

EraserMode

Return value

None

Remarks

This property applies only when the EditingMode property is set to Delete.

For further details about this property, refer to the InkOverlay object's EraserMode property, which has the same functionality.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msinkaut.h
Library InkObj.dll

See also

IInkPicture

InkPicture Control