LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

ForceThumbnail Property






Enables or disables the loading of thumbnails from EPS files. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsEpsLoadOptions Class
CodecsEpsLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.