Aspose::Pdf::Annotations::PDF3DContent::LoadAsU3D‑metod
PDF3DContent::LoadAsU3D(const System::ArrayPtr<uint8_t>&) method
Laddar 3D-innehåll från byte-array som U3D-format.
void Aspose::Pdf::Annotations::PDF3DContent::LoadAsU3D(const System::ArrayPtr<uint8_t> &stream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| ström | const System::ArrayPtr<uint8_t>& | Strömmen. |
Se även
- Typedef ArrayPtr
- Class PDF3DContent
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
PDF3DContent::LoadAsU3D(const System::SharedPtr<System::IO::Stream>&) method
Laddar 3D-innehåll från ström som U3D-format.
void Aspose::Pdf::Annotations::PDF3DContent::LoadAsU3D(const System::SharedPtr<System::IO::Stream> &stream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| ström | const System::SharedPtr<System::IO::Stream>& | 3D‑innehållsströmmen. |
Se även
- Typedef SharedPtr
- Class Stream
- Class PDF3DContent
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
PDF3DContent::LoadAsU3D(const System::String&) method
Laddar 3D-innehåll med det angivna filnamnet som U3D-format.
void Aspose::Pdf::Annotations::PDF3DContent::LoadAsU3D(const System::String &filename)
| Parameter | Typ | Beskrivning |
|---|---|---|
| filename | const System::String& | Filnamnet. |
Se även
- Class String
- Class PDF3DContent
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++