Gets or sets the AnnPicture object associated with the primary picture of the annotation object.
public AnnPicture PrimaryPicture { get; set; }
Property PrimaryPicture As Leadtools.Annotations.AnnPicture
property Leadtools.Annotations.AnnPicture^ PrimaryPicture {
Leadtools.Annotations.AnnPicture^ get();
void set ( Leadtools.Annotations.AnnPicture^ );
}
The AnnPicture object associated with the primary picture of the annotation object.
The secondary picture can be found in the SecondaryPicture property. For more information, refer to Using Primary and Secondary Pictures in Annotation Objects. (Deprecated)
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