Discuss this help topic in SecureBlackbox Forum
Specifies the number of alternate images in the document.
Declaration
[C#]
int AlternateImages;
[VB.NET]
Property AlternateImages As Integer
[Pascal]
property AlternateImages : integer;
[C++]
int32_t get_AlternateImages();
void set_AlternateImages(int32_t Value);
[PHP]
integer get_AlternateImages()
void set_AlternateImages(integer $Value)
[Java]
int getAlternateImages();
void setAlternateImages(int Value);
Description
Use this property to specify the number of alternate images in the document.
Discuss this help topic in SecureBlackbox Forum