C#
VB
WinRT C#
C++
Initializes a new instance of the AnnPicture object from the specified windows image.
public AnnPicture(
Image image
)
Public Function New( _
ByVal image As Image _
)
public AnnPicture(
Image image
)
function AnnPicture(
image
)
public:
AnnPicture(Image^ image)
image
The input image to set.
When using this overload to initialize AnnPicture, the input image will be converted to PNG bytes array directly and PictureData property will be set.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET