Gets or sets the primary AnnPicture object associated with this AnnEncryptObject object.
public AnnPicture PrimaryPicture { get; set; }
Public Property PrimaryPicture As Leadtools.Annotations.Core.AnnPicture
public Leadtools.Annotations.Core.AnnPicture PrimaryPicture {get; set;}
@property (nonatomic) LTAnnPicture* primaryPicture;
public AnnPicture getPrimaryPicture()
public void setPrimaryPicture(AnnPicture picture)
get_PrimaryPicture();
set_PrimaryPicture(value);
Object.defineProperty('PrimaryPicture');
public:
property AnnPicture^ PrimaryPicture
{
AnnPicture^ get()
void set(AnnPicture^ value)
}
The primary AnnPicture object associated with this AnnEncryptObject object.
The primary picture of this AnnEncryptObject object is the picture used when Encryptor is true.
The LEADTOOLS annotation framework assigns a default picture of a key to this property.
If you set an empty AnnPicture, this AnnEncryptObject will use the picture define in DefaultPrimaryPicture.
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