←Select platform

ForceThumbnail Property

Summary
Enables or disables the loading of thumbnails from EPS files.
Syntax
C#
VB
C++
Java
public bool ForceThumbnail {get; set;} 
Public Property ForceThumbnail As Boolean 
public boolean isForceThumbnail() 
public void setForceThumbnail(boolean 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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.