PXC_GetPageTextOptionsFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 10: Line 10:
 
<pre class="brush:cpp;gutter:false">enum PXC_GetPageTextOptionsFlags
 
<pre class="brush:cpp;gutter:false">enum PXC_GetPageTextOptionsFlags
 
{
 
{
     GPTOF_Simple              = 1;
+
     GPTOF_Simple              = 1,
     GPTOF_LigaturesExpTblOnly = 2;
+
     GPTOF_LigaturesExpTblOnly = 2,
     GPTOF_TrustNBSpace        = 4;
+
     GPTOF_TrustNBSpace        = 4,
     GPTOF_NoStyleInfo        = 8;
+
     GPTOF_NoStyleInfo        = 8,
     GPTOF_SkipRedundantChars  = 16;
+
     GPTOF_SkipRedundantChars  = 16,
     GPTOF_AllowCharReordering = 32;
+
     GPTOF_AllowCharReordering = 32,
     GPTOF_WordSepTblOnly      = 64;
+
     GPTOF_WordSepTblOnly      = 64,
     GPTOF_IncludeHiddenText  = 128;
+
     GPTOF_IncludeHiddenText  = 128,
     GPTOF_CollectSourceInfo  = 256;
+
     GPTOF_CollectSourceInfo  = 256,
 
};
 
};
 
</pre>
 
</pre>

Revision as of 11:06, 8 May 2015


Specifies the ...

Syntax

enum PXC_GetPageTextOptionsFlags
{
    GPTOF_Simple              = 1,
    GPTOF_LigaturesExpTblOnly = 2,
    GPTOF_TrustNBSpace        = 4,
    GPTOF_NoStyleInfo         = 8,
    GPTOF_SkipRedundantChars  = 16,
    GPTOF_AllowCharReordering = 32,
    GPTOF_WordSepTblOnly      = 64,
    GPTOF_IncludeHiddenText   = 128,
    GPTOF_CollectSourceInfo   = 256,
};

Constants

GPTOF_Simple
The ...
GPTOF_LigaturesExpTblOnly
The ...
GPTOF_TrustNBSpace
The ...
GPTOF_NoStyleInfo
The ...
GPTOF_SkipRedundantChars
The ...
GPTOF_AllowCharReordering
The ...
GPTOF_WordSepTblOnly
The ...
GPTOF_IncludeHiddenText
The ...
GPTOF_CollectSourceInfo
The ...

See Also

See also ...