Aspose::Pdf::Annotations::PDF3DAnnotation::SetImagePreview método
PDF3DAnnotation::SetImagePreview(const System::SharedPtr<System::IO::Stream>&) method
Establece la vista previa de la imagen.
void Aspose::Pdf::Annotations::PDF3DAnnotation::SetImagePreview(const System::SharedPtr<System::IO::Stream> &image)
| Parámetro | Tipo | Descripción |
|---|---|---|
| imagen | const System::SharedPtr<System::IO::Stream>& | El flujo de imagen. |
Ver también
- Typedef SharedPtr
- Class Stream
- Class PDF3DAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
PDF3DAnnotation::SetImagePreview(const System::String&) method
Establece la vista previa de la imagen.
void Aspose::Pdf::Annotations::PDF3DAnnotation::SetImagePreview(const System::String &filename)
| Parámetro | Tipo | Descripción |
|---|---|---|
| filename | const System::String& | El nombre de archivo de vista previa de la imagen. |
Ver también
- Class String
- Class PDF3DAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++