Gets or sets the id of the picture used when drawing the content of this object.
public int ContentPicture { get; set; }
Public Property ContentPicture As Integer
@property (nonatomic) int contentPicture;
public int getContentPicture()
public void setContentPicture(int picture)
public:
property Int32 ContentPicture
{
Int32 get()
void set(Int32 value)
}
The id of the picture used when drawing the content of this object. The default value is 7.
All objects of this type inside the container will use this picture when drawing the content. This is performed by the by the IAnnObjectRenderer.RenderContent method of the IAnnObjectRenderer for this object type. This method will be called to render the content and by default, it will render ContentPicture if it is not null at the center of the object boundary.
The container uses a picture of a "sticky note" that is created by default. You can change this default picture by using this property.
For more information, refer to Implementing Annotation Security.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document