Gets or sets the id of the picture used when drawing the content of this object.
Object.defineProperty(AnnObject.prototype, 'contentPicture',
get: function(),
set: function(value)
)
contentPicture: number;
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 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.
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