Aspose::Page::License::SetLicense metodo
Contenuti
[
Nascondere
]License::SetLicense(System::SharedPtr<System::IO::Stream>) method
Licenzia il componente.
void Aspose::Page::License::SetLicense(System::SharedPtr<System::IO::Stream> stream)
| Parametro | Tipo | Descrizione |
|---|---|---|
| stream | System::SharedPtr<System::IO::Stream> | Uno stream che contiene la licenza. |
Osservazioni
Utilizza questo metodo per caricare una licenza da uno stream.
Vedi anche
- Typedef SharedPtr
- Class Stream
- Class License
- Namespace Aspose::Page
- Library Aspose.Page for C++
License::SetLicense(System::String) method
Licenzia il componente.
void Aspose::Page::License::SetLicense(System::String licenseName)
Osservazioni
Cerca di trovare la licenza nelle seguenti posizioni:
- Percorso esplicito.
La cartella dell’assembly del componente.
La cartella dell’assembly chiamante del client.
La cartella dell’assembly di ingresso.
Una risorsa incorporata nell’assembly chiamante del client.
**Note:**On the .NET Compact Framework, tries to find the license only in these locations:
Percorso esplicito.
Una risorsa incorporata nell’assembly chiamante del client.
- La cartella del file jar del componente.
- Class String
- Class License
- Namespace Aspose::Page
- Library Aspose.Page for C++