The methods of the ReadJnt class are listed below. For a complete list of ReadJnt class members, see the ReadJnt Members topic.
![]() numberOfPages | Overloaded. Return the number of Journal pages from a XmlDocument (Microsoft format) |
![]() getMicrosoftXmlFromJournal | This code is coppied verbatim from an example on MSDN by Casey Chesnut http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dntablet/html/tbconJournXML.asp It uses Microsoft's JournalReader.ReadFromStream method to change a binary JNT file into Microsoft's XML format |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
convert | |
createConvertedStrokes | This function loops though each stroke contained in each Ink object in the document and uses the stripStrokeData function to create a Converter.Stroke for every Ink.Stroke. |
createStrokes | Loads the byte array representation of a document's Ink objects into an array of actual Ink objects. |
extractXmlInkObject | Extracts InkObjects from a Microsoft JNT.XML file, which store information about Ink.Stroke data. Converts each InkObject from a Base64 string into a byte array. |
IsPropertyIncluded | Given a Stroke and a GUID, checks the Stroke's PacketDescription to see if the field corresponding to the GUID is there. |
stripStrokeData | Takes an Ink.Stroke and outputs an internal representation that can then be output to an XML file |