PenCommV2.ReqAddUsingNote Method (Int32, Int32, Int32[])

Neo smartpen SDK

PenCommV2ReqAddUsingNote Method (Int32, Int32, Int32)

Sets the available notebook type

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 ReqAddUsingNote(
	int section,
	int owner,
	int[] notes = null
)

Parameters

section
Type: SystemInt32
The Section Id of the paper
owner
Type: SystemInt32
The Owner Id of the paper
notes (Optional)
Type: SystemInt32
The array of Note Id list

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Neosmartpen.Net.Protocol.v2.PenCommV2.ReqAddUsingNote(System.Int32,System.Int32,System.Int32[])"]

See Also