Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.2
|
Leadtools.Annotations Namespace > AnnImageObject Class : Picture Property |
public virtual AnnPicture Picture {get; set;}
'Declaration Public Overridable Property Picture As AnnPicture
'Usage Dim instance As AnnImageObject Dim value As AnnPicture instance.Picture = value value = instance.Picture
public: virtual property AnnPicture^ Picture { AnnPicture^ get(); void set ( AnnPicture^ value); }