public bool Signed {get; set;}
'Declaration
Public Property Signed As Boolean
'Usage
Dim instance As CodecsLoadInformationEventArgs
Dim value As Boolean
instance.Signed = value
value = instance.Signed
public bool Signed {get; set;}
@property (nonatomic, assign) BOOL isSigned
public boolean getSigned()
public void setSigned(boolean value)
<br/>get_Signed();<br/>set_Signed(value);<br/>Object.defineProperty('Signed');
public:
property bool Signed {
bool get();
void set ( bool value);
}
Property Value
true if image data is signed, false if it is not.