LEADTOOLS Image File Support (Leadtools.Codecs assembly)

GeoKeys Property (CodecsSaveOptions)

Show in webframe







Enables or disables saving GeoKey metadata during file save.
Syntax
public bool GeoKeys {get; set;}
'Declaration
 
Public Property GeoKeys As Boolean
'Usage
 
Dim instance As CodecsSaveOptions
Dim value As Boolean
 
instance.GeoKeys = value
 
value = instance.GeoKeys
public bool GeoKeys {get; set;}
@property (nonatomic, assign) BOOL geoKeys;
public boolean getGeoKeys()
public void setGeoKeys(boolean value)
            
 
get_GeoKeys();
set_GeoKeys(value);
Object.defineProperty('GeoKeys');
public:
property bool GeoKeys {
   bool get();
   void set (    bool value);
}

Property Value

true to save any existing GeoKey metadata.
Example
For an example, refer to CodecsOptions.
Requirements

Target Platforms

See Also

Reference

CodecsSaveOptions Class
CodecsSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.