ImageGear .NET
Function Property




Gets or sets if flash function is present. True means that flash function is NOT present.
Syntax
public ImGearXMPBoolean Function {get; set;}
public: __property ImGearXMPBoolean* get_Function();
public: __property void set_Function( 
   ImGearXMPBoolean* value
);
public:
property ImGearXMPBoolean^ Function {
   ImGearXMPBoolean^ get();
   void set (    ImGearXMPBoolean^ value);
}
'Declaration
 
Public Property Function As ImGearXMPBoolean
 
'Usage
 
Dim instance As ImGearXMPFlash
Dim value As ImGearXMPBoolean
 
instance.Function = value
 
value = instance.Function

Property Value

ImageGear.Formats.XMP.ImGearXMPBoolean class value.
See Also

Reference

ImGearXMPFlash Class
ImGearXMPFlash Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback