public bool Rotated {get; set;}
'Declaration
Public Property Rotated As Boolean
'Usage
Dim instance As CodecsLoadOptions
Dim value As Boolean
instance.Rotated = value
value = instance.Rotated
public bool Rotated {get; set;}
@property (nonatomic, assign) BOOL rotated;
public boolean getRotated()
public void setRotated(boolean value)
get_Rotated();
set_Rotated(value);
Object.defineProperty('Rotated');
public:
property bool Rotated {
bool get();
void set ( bool value);
}
Property Value
true to load files rotated, false to ignore the view perspective stored in the file.