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)
ParameterTypeDescription
imageconst System::SharedPtr<System::IO::Stream>&The image stream.

See Also

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

Sets the image preview.

void Aspose::Pdf::Annotations::PDF3DAnnotation::SetImagePreview(const System::String &filename)
ParameterTypeDescription
filenameconst System::String&The image preview filename.

See Also