←Select platform

ForceThumbnail Property

Summary

Enables or disables the loading of thumbnails from EPS files.

Syntax

C#
VB
Java
WinRT C#
C++
public bool ForceThumbnail {get; set;} 
Public Property ForceThumbnail As Boolean 
public bool ForceThumbnail {get; set;} 
public boolean isForceThumbnail() 
public void setForceThumbnail(boolean forceThumbnail) 
             
 <br/>get_ForceThumbnail();<br/>set_ForceThumbnail(value);<br/>Object.defineProperty('ForceThumbnail');  
public: 
property bool ForceThumbnail { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly