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



Provides support for loading or saving a document file.

Object Model


Syntax

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

Example

For an example, refer to CodecsRasterizeDocumentLoadOptions.

Remarks

LEADTOOLS provides support for loading a document as a raster image. Documents formats such as PDF, XPS, XLS, RTF and Text do not contain physical width, height or resolution. It is up to the loader (in this case, the RasterCodecs object) to specify the transformation from logical coordinates to physical pixels through a process called rasterization.

Inheritance Hierarchy

System.Object
   Leadtools.Codecs.CodecsRasterizeDocumentOptions

Requirements

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

See Also