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



Provides options specifically for loading RTF files as raster images.

Syntax

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

Example

For an example, refer to CodecsRtfOptions.

Remarks

Rich Text Format (RTF) files have no physical width or height in pixels. You can use the CodecsRasterizeDocumentLoadOptions to control how the final document is rendered as a raster image. For more information, refer to CodecsRasterizeDocumentLoadOptions.

Inheritance Hierarchy

System.Object
   Leadtools.Codecs.CodecsRtfLoadOptions

Requirements

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

See Also