Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.1
LEADTOOLS Raster Imaging C DLL Help

FILERTFOPTIONS

Show in webframe

typedef struct _FILERTFOPTIONS
{
   L_UINT uStructSize;

   
L_COLORREF crBackColor;
} FILERTFOPTIONS, * pFILERTFOPTIONS;

The FILERTFOPTIONS structure provides information on loading RTF files in LEADTOOLS.

Member

Description

uStructSize

Size of the structure. This must be set before passing this structure to the LEAD functions. Use sizeof(FILERTFOPTIONS).

crBackColor

The background color used when rendering RTF documents. The background color used when rendering RTF documents. Default value is "white".

Comments

pFILERTFOPTIONS is a pointer to a FILERTFOPTIONS structure.

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

Use L_SetRTFOptions and L_GetRTFOptions to set and get the RTF file options.

The following functions make use of this structure:

L_GetEmfHandleFromRtf

L_GetRTFOptions

L_SetRTFOptions

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.