Aspose::Pdf::Annotations::PDF3DAnnotation::SetImagePreview method

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

Sets the image preview.

void Aspose::Pdf::Annotations::PDF3DAnnotation::SetImagePreview(System::SharedPtr<System::IO::Stream> image)
ParameterTypeDescription
imageSystem::SharedPtr<System::IO::Stream>The image stream.

See Also

PDF3DAnnotation::SetImagePreview(System::String) method

Sets the image preview.

void Aspose::Pdf::Annotations::PDF3DAnnotation::SetImagePreview(System::String filename)
ParameterTypeDescription
filenameSystem::StringThe image preview filename.

See Also