LEADTOOLS Image File Support (Leadtools.Codecs assembly)

ForceThumbnail Property

Show in webframe







Enables or disables the loading of thumbnails from EPS files.
Syntax
public bool ForceThumbnail {get; set;}
'Declaration
 
Public Property ForceThumbnail As Boolean
'Usage
 
Dim instance As CodecsEpsLoadOptions
Dim value As Boolean
 
instance.ForceThumbnail = value
 
value = instance.ForceThumbnail
public bool ForceThumbnail {get; set;}

            

            
 
get_ForceThumbnail();
set_ForceThumbnail(value);
Object.defineProperty('ForceThumbnail');
public:
property bool ForceThumbnail {
   bool get();
   void set (    bool value);
}

Property Value

true to force the loading of thumbnails (if present) in EPS files, false to load the actual EPS data.
Example
For an example, refer to CodecsEpsOptions.
Requirements

Target Platforms

See Also

Reference

CodecsEpsLoadOptions Class
CodecsEpsLoadOptions Members

 

 


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