Aspose::Pdf::Annotations::PDF3DContent::LoadAsPRC method
Contents
[
Hide
]PDF3DContent::LoadAsPRC(const System::ArrayPtr<uint8_t>&) method
Loads 3D content from byte array as PRC format.
void Aspose::Pdf::Annotations::PDF3DContent::LoadAsPRC(const System::ArrayPtr<uint8_t> &stream)
| Parameter | Type | Description |
|---|---|---|
| stream | const System::ArrayPtr<uint8_t>& | The stream. |
See Also
- Typedef ArrayPtr
- Class PDF3DContent
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
PDF3DContent::LoadAsPRC(const System::SharedPtr<System::IO::Stream>&) method
Loads 3D content from stream as PRC format.
void Aspose::Pdf::Annotations::PDF3DContent::LoadAsPRC(const System::SharedPtr<System::IO::Stream> &stream)
| Parameter | Type | Description |
|---|---|---|
| stream | const System::SharedPtr<System::IO::Stream>& | The 3D content stream. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PDF3DContent
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
PDF3DContent::LoadAsPRC(const System::String&) method
Loads 3D content with the specified filename as PRC format.
void Aspose::Pdf::Annotations::PDF3DContent::LoadAsPRC(const System::String &filename)
| Parameter | Type | Description |
|---|---|---|
| filename | const System::String& | The filename. |
See Also
- Class String
- Class PDF3DContent
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++