PXC_AnnotLineEndingStyle Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_AnnotLineEndingStyle Enumeration}}
 
{{#customTitle:PXC_AnnotLineEndingStyle Enumeration}}
Line 49: Line 50:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:13, 20 May 2015


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

...