L_SvgExtractText

enum L_SvgExtractText 
{ 
   L_SvgExtractText_Character = 0, 
   L_SvgExtractText_Word = 1 << 0, 
   L_SvgExtractText_Line = 1 << 1, 
   L_SvgExtractText_ExactBounds = 1 << 2, 
}; 
typedef enum L_SvgExtractText L_SvgExtractText; 

This data type is used within the L_SvgSortOptions structure to control the text extraction mode.

Value

Meaning

L_SvgExtractText_Character Default. Extract the text one character at a time.
L_SvgExtractText_Word Extract the text one word at a time.
L_SvgExtractText_Line Extract the text one line at a time.
L_SvgExtractText_ExactBounds Extract the text character's exact bounds, without any internal or external leading.

Text extraction mode

Value for L_SvgSortOptions.ExtractText.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS SVG C API Help