Aspose::Pdf::Annotations::PDF3DContent::LoadAsPRC method

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)
ParameterTypeDescription
streamconst System::ArrayPtr<uint8_t>&The stream.

See Also

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)
ParameterTypeDescription
streamconst System::SharedPtr<System::IO::Stream>&The 3D content stream.

See Also

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)
ParameterTypeDescription
filenameconst System::String&The filename.

See Also