Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CodecsXlsOptions Class
See Also  Members  
Leadtools.Codecs Namespace : CodecsXlsOptions Class



Provides the options for loading or saving a Microsoft Excel 2003 (XLS) document.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class CodecsXlsOptions 
Visual Basic (Usage)Copy Code
Dim instance As CodecsXlsOptions
C# 
public class CodecsXlsOptions 
C++/CLI 
public ref class CodecsXlsOptions 

Example

For an example, refer to CodecsXlsLoadOptions.

Remarks

Microsoft Excel 2003 (XLS) documents have no physical width or height in pixels. You can use the CodecsRasterizeDocumentOptions to control how the final document is rendered as a raster image. /// For more information, refer to CodecsRasterizeDocumentLoadOptions.

Currently, LEADTOOLS does not support saving a raster image as a XLS document.

For more information, refer to File Formats - XLS Format.

Inheritance Hierarchy

System.Object
   Leadtools.Codecs.CodecsXlsOptions

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also