Aspose::Pdf::Annotations::PDF3DContent::LoadAsPRC método

PDF3DContent::LoadAsPRC(const System::ArrayPtr<uint8_t>&) method

Carga el contenido 3D desde una matriz de bytes en formato PRC.

void Aspose::Pdf::Annotations::PDF3DContent::LoadAsPRC(const System::ArrayPtr<uint8_t> &stream)
ParámetroTipoDescripción
flujoconst System::ArrayPtr<uint8_t>&El flujo.

Ver también

PDF3DContent::LoadAsPRC(const System::SharedPtr<System::IO::Stream>&) method

Carga el contenido 3D desde un flujo en formato PRC.

void Aspose::Pdf::Annotations::PDF3DContent::LoadAsPRC(const System::SharedPtr<System::IO::Stream> &stream)
ParámetroTipoDescripción
flujoconst System::SharedPtr<System::IO::Stream>&El flujo de contenido 3D.

Ver también

PDF3DContent::LoadAsPRC(const System::String&) method

Carga el contenido 3D con el nombre de archivo especificado en formato PRC.

void Aspose::Pdf::Annotations::PDF3DContent::LoadAsPRC(const System::String &filename)
ParámetroTipoDescripción
filenameconst System::String&El nombre de archivo.

Ver también