PXC_TextSpacingMode Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
(No difference)

Revision as of 07:15, 20 March 2015

Specifies the ...

Syntax

enum PXC_TextSpacingMode
{
    TSPM_Original = 0;
    TSPM_Single = 1;
    TSPM_Proportional = 2;
    _TSPM_Last_ = 3;
};

Constants

TSPM_Original
The ...
TSPM_Single
The ...
TSPM_Proportional
The ...
_TSPM_Last_
The ...

See Also

See also ...