CreateCardImage Property
Summary
Indicates whether to create an image from the frame image data.
Syntax
C#
VB
Java
Objective-C
C++
public bool CreateCardImage { get; set; }
Public Property CreateCardImage As Boolean
@property (nonatomic, assign) BOOL createCardImage
public boolean isCreateCardImage()
public void setCreateCardImage(boolean value)
public:
property bool CreateCardImage
{
bool get()
void set(bool value)
}
Property Value
true if a card image is to be created; otherwise, false.