Class Library Documentation for Neo smartpen SDK
PenCommV1ReqAddUsingNote Method (Int32, Int32, Int32) |
Sets the available paper type
Namespace: Neosmartpen.Net.Protocol.v1
Assembly: Neosmartpen.Net.Protocol.v1 (in Neosmartpen.Net.Protocol.v1.dll) Version: 2.1.13.0 (2.1.13)

C#
public bool ReqAddUsingNote( int section, int owner, int note )
Parameters
- section
- Type: SystemInt32
The Section Id of the paper - owner
- Type: SystemInt32
The Owner Id of the paper - note
- Type: SystemInt32
The Note Id of the paper
Return Value
Type: Booleantrue if the request is accepted; otherwise, false.
