Pegasus Class Library Help
Assembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Retrieve the Note data as string containing the note as base64 ISF format.
This string can be used for example, to create a new page in Office OneNote 2007
from the current Note.
Namespace:
Pegasus.LibraryAssembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Syntax
| C# |
|---|
public string AsBase64ISF() |
| Visual Basic (Declaration) |
|---|
Public Function AsBase64ISF As String |
| Visual C++ |
|---|
public: String^ AsBase64ISF() |