'Declaration Public Overloads Function AddImage( _
ByVal imageAn image.As Vintasoft.Imaging.VintasoftImage, _
ByVal disposeImageAfterUseA value indicating whether to dispose image when image is not necessary any more.As Boolean _
) As Vintasoft.Imaging.Annotation.EmbeddedImageAnnotationData
public Vintasoft.Imaging.Annotation.EmbeddedImageAnnotationData AddImage(
Vintasoft.Imaging.VintasoftImage image,
bool disposeImageAfterUse
)
Parameters
- image
- An image.
- disposeImageAfterUse
- A value indicating whether to dispose image when image is not necessary any more.
Return Value
The image annotation that fills the the annotation viewer.