Explore nuestros productos

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspso.note para .NET 22.3

Descargar  Foro de soporte 

detalles del archivo

  • Descargars:
  • 1
  • Tamaño del archivo:
  • 14.1 MB
  • Posted By:
  • alexei.s
  • Views:
  • 17
  • Fecha Agregada:
  • : 4 days ago [4/7/2022]

detalles del archivo

Metered Licensing Support

Integrated the support for the metered licensing, i.e. “pay as you use”. The following C# code snippet demonstrates how an Aspose Metered License can be initialized:

// set metered public and private keys
Aspose.Note.Metered metered = new Aspose.Note.Metered();
// Access the setMeteredKey property and pass public and private keys as parameters
metered.SetMeteredKey("<type public key here>", "<type private key here>");

Read OneNote® Online Documents

Previously in some cases the API was not able to read OneNote® Online documents changed via Aspose.Note API. This issue has been fixed now.

The following C# code sample processes OneNote® 2010 and OneNote® Online file formats via API:

// The path to the documents directory.
string dataDir = RunExamples.GetDataDir_LoadingAndSaving();

var document = new Aspose.Note.Document(dataDir + "Aspose.one");
switch (document.FileFormat)
{
    case FileFormat.OneNote2010:
        // Process OneNote 2010
        break;
    case FileFormat.OneNoteOnline:
        // Process OneNote Online
        break;
}

For a complete list of features, enhancements, and bug fixes in this release please visit, Aspose.Note for .NET 22.3 Notas de lanzamiento.

 Español