←Select platform

AnnPicture Constructor(Image)

Summary
Initializes a new instance of the AnnPicture object from the specified windows image.
Syntax
C#
C++/CLI
Python
public AnnPicture( 
   Image image 
) 
public:  
   AnnPicture(Image^ image) 
__init__(self,image) # Overloaded constructor 

Parameters

image
The input image to set.

Remarks

When using this overload to initialize AnnPicture, the input image will be converted to PNG bytes array directly and PictureData property will be set.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.

Leadtools.Annotations.Engine Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.