PXC_AnnotLineEndingStyle Enumeration

From PDF XChange PDF SDK
Revision as of 07:00, 23 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Specifies the ...

Syntax

enum PXC_AnnotLineEndingStyle
{
    LE_None         = 0;
    LE_Square       = 1;
    LE_Circle       = 2;
    LE_Diamond      = 3;
    LE_OpenArrow    = 4;
    LE_ClosedArrow  = 5;
    LE_Butt         = 6;
    LE_ROpenArrow   = 7;
    LE_RClosedArrow = 8;
    LE_Slash        = 9;
    _LE_Last_       = 10;
};

Constants

LE_None
The ...
LE_Square
The ...
LE_Circle
The ...
LE_Diamond
The ...
LE_OpenArrow
The ...
LE_ClosedArrow
The ...
LE_Butt
The ...
LE_ROpenArrow
The ...
LE_RClosedArrow
The ...
LE_Slash
The ...
_LE_Last_
The ...

See Also

See also ...