Aspose::Pdf::Annotations::PDF3DAnnotation::SetImagePreview method
PDF3DAnnotation::SetImagePreview(const System::SharedPtr<System::IO::Stream>&) method
Sets the image preview.
void Aspose::Pdf::Annotations::PDF3DAnnotation::SetImagePreview(const System::SharedPtr<System::IO::Stream> &image)
| Parameter | Type | Description |
|---|---|---|
| image | const System::SharedPtr<System::IO::Stream>& | The image stream. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PDF3DAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
PDF3DAnnotation::SetImagePreview(const System::String&) method
Sets the image preview.
void Aspose::Pdf::Annotations::PDF3DAnnotation::SetImagePreview(const System::String &filename)
| Parameter | Type | Description |
|---|---|---|
| filename | const System::String& | The image preview filename. |
See Also
- Class String
- Class PDF3DAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++