Aspose::Pdf::Annotations::PDF3DContent::LoadAsU3D method

PDF3DContent::LoadAsU3D(System::ArrayPtr<uint8_t>) method

Loads 3D content from byte array as U3D format.

void Aspose::Pdf::Annotations::PDF3DContent::LoadAsU3D(System::ArrayPtr<uint8_t> stream)
ParameterTypeDescription
streamSystem::ArrayPtr<uint8_t>The stream.

See Also

PDF3DContent::LoadAsU3D(System::SharedPtr<System::IO::Stream>) method

Loads 3D content from stream as U3D format.

void Aspose::Pdf::Annotations::PDF3DContent::LoadAsU3D(System::SharedPtr<System::IO::Stream> stream)
ParameterTypeDescription
streamSystem::SharedPtr<System::IO::Stream>The 3D content stream.

See Also

PDF3DContent::LoadAsU3D(System::String) method

Loads 3D content with the specified filename as U3D format.

void Aspose::Pdf::Annotations::PDF3DContent::LoadAsU3D(System::String filename)
ParameterTypeDescription
filenameSystem::StringThe filename.

See Also