Aspose::Pdf::Annotations::PDF3DContent::LoadAsU3D método
Contenido
[
Ocultar
]PDF3DContent::LoadAsU3D(const System::ArrayPtr<uint8_t>&) method
Carga el contenido 3D desde una matriz de bytes en formato U3D.
void Aspose::Pdf::Annotations::PDF3DContent::LoadAsU3D(const System::ArrayPtr<uint8_t> &stream)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | const System::ArrayPtr<uint8_t>& | El flujo. |
Ver también
- Typedef ArrayPtr
- Class PDF3DContent
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
PDF3DContent::LoadAsU3D(const System::SharedPtr<System::IO::Stream>&) method
Carga el contenido 3D desde un flujo en formato U3D.
void Aspose::Pdf::Annotations::PDF3DContent::LoadAsU3D(const System::SharedPtr<System::IO::Stream> &stream)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | const System::SharedPtr<System::IO::Stream>& | El flujo de contenido 3D. |
Ver también
- Typedef SharedPtr
- Class Stream
- Class PDF3DContent
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
PDF3DContent::LoadAsU3D(const System::String&) method
Carga el contenido 3D con el nombre de archivo especificado en formato U3D.
void Aspose::Pdf::Annotations::PDF3DContent::LoadAsU3D(const System::String &filename)
| Parámetro | Tipo | Descripción |
|---|---|---|
| filename | const System::String& | El nombre de archivo. |
Ver también
- Class String
- Class PDF3DContent
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++