C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the id of the default primary picture used for the AnnEncryptObject.
public int DefaultPrimaryPicture { get; set; }
Public Property DefaultPrimaryPicture As Integer
public int DefaultPrimaryPicture {get; set;}
@property (nonatomic) int defaultPrimaryPicture;
public int getDefaultPrimaryPicture()
public void setDefaultPrimaryPicture(int defaultPrimaryPicture)
get_DefaultPrimaryPicture();
set_DefaultPrimaryPicture(value);
Object.defineProperty('DefaultPrimaryPicture');
public:
property Int32 DefaultPrimaryPicture
{
Int32 get()
void set(Int32 value)
}
The id of the default primary picture used for the AnnEncryptObject.
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.
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