PenCommV2.ReqSetupDownSampling Method

Neo smartpen SDK

PenCommV2ReqSetupDownSampling Method

Sets the status of the down sampling property. Downsampling is a function of avoiding unnecessary data communication by omitting coordinates at the same position.

Namespace:  Neosmartpen.Net.Protocol.v2
Assembly:  Neosmartpen.Net.Protocol.v2 (in Neosmartpen.Net.Protocol.v2.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public bool ReqSetupDownSampling(
	bool enable
)

Parameters

enable
Type: SystemBoolean
true if you want to enable down sampling, otherwise false.

Return Value

Type: Boolean
true if the request is accepted; otherwise, false.
See Also