Property | Type | Description | |
---|---|---|---|
Text | String |
Method | Description | |
---|---|---|
GetBytes ( ) : byte[] |
Return the Annotation as a byte array
|
|
TextAnnotation ( System.Guid id, System.Guid server_id, System.Guid author_id, System.DateTime time, string author, string text ) : System | ||
TextAnnotation ( byte data ) : System |
public TextAnnotation ( System.Guid id, System.Guid server_id, System.Guid author_id, System.DateTime time, string author, string text ) : System | ||
id | System.Guid | ID of the annotation |
server_id | System.Guid | |
author_id | System.Guid | |
time | System.DateTime | Time of annotation |
author | string | |
text | string | Text of annotation |
return | System |
public TextAnnotation ( byte data ) : System | ||
data | byte | A buffer containing the annotation data |
return | System |