Aspose::Pdf::Annotations::PDF3DAnnotation::SetImagePreview метод

PDF3DAnnotation::SetImagePreview(const System::SharedPtr<System::IO::Stream>&) method

Устанавливает предварительный просмотр изображения.

void Aspose::Pdf::Annotations::PDF3DAnnotation::SetImagePreview(const System::SharedPtr<System::IO::Stream> &image)
ПараметрТипОписание
imageconst System::SharedPtr<System::IO::Stream>&Поток изображения.

См. также

PDF3DAnnotation::SetImagePreview(const System::String&) method

Устанавливает предварительный просмотр изображения.

void Aspose::Pdf::Annotations::PDF3DAnnotation::SetImagePreview(const System::String &filename)
ПараметрТипОписание
filenameconst System::String&Имя файла предварительного просмотра изображения.

См. также