L_SvgExtractText

Summary

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

Syntax

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; 

Members

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.

Comments

Text extraction mode.

Value for L_SvgSortOptions.ExtractText.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS SVG C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.