←Select platform

Flipped Property

Summary

Indicates whether the frame is flipped.

Syntax

C#
VB
Java
Objective-C
C++
public bool Flipped { get; set; } 
Public Property Flipped As Boolean 
@property (nonatomic, assign) BOOL flipped 
             
public boolean isFlipped() 
public void setFlipped(boolean value) 
             
public:  
   property bool Flipped 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if the frame is flipped; otherwise, false.

Remarks

Valid if Status is NumbersFound.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CreditCards Assembly