←Select platform

Picture Property

Summary
Gets or sets the AnnPicture object associated with this AnnStickyNoteObject.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnPicture Picture { get; set; } 
@property (nonatomic, strong, nullable) LTAnnPicture *picture; 
public AnnPicture getPicture() 
public void setPicture(AnnPicture value) 
public:  
   property AnnPicture^ Picture 
   { 
      AnnPicture^ get() 
      void set(AnnPicture^ value) 
   } 
Picture # get and set (AnnStickyNoteObject) 

Property Value

The AnnPicture object associated with this AnnStickyNoteObject.

Remarks

The sticky note object is a Picture rendered around single point (the center). This point is the first entry in the Points collection and all others are ignored. This object does not support fill, stroke nor font.

This object supports using the SelectionStroke and by default when the value of IsSelected is true, it will use the stroke to draw a rectangle around the image instead of using a selection thumb.

For more information, refer to Using Pictures in Annotation Objects.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.