UIX_OriginPointName 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:UIX_OriginPointName Enumeration}}
 
{{#customTitle:UIX_OriginPointName Enumeration}}
Line 46: Line 47:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:25, 20 May 2015


Specifies the ...

Syntax

enum UIX_OriginPointName
{
    UIX_Origin_TopLeft      = 0,
    UIX_Origin_TopMiddle    = 1,
    UIX_Origin_TopRight     = 2,
    UIX_Origin_MiddleRight  = 3,
    UIX_Origin_BottomRight  = 4,
    UIX_Origin_BottomMiddle = 5,
    UIX_Origin_BottomLeft   = 6,
    UIX_Origin_MiddleLeft   = 7,
    UIX_Origin_MiddleMiddle = 8,
    _UIX_Origin_End         = 9,
};

Constants

UIX_Origin_TopLeft
The ...
UIX_Origin_TopMiddle
The ...
UIX_Origin_TopRight
The ...
UIX_Origin_MiddleRight
The ...
UIX_Origin_BottomRight
The ...
UIX_Origin_BottomMiddle
The ...
UIX_Origin_BottomLeft
The ...
UIX_Origin_MiddleLeft
The ...
UIX_Origin_MiddleMiddle
The ...
_UIX_Origin_End
The ...

See Also

...