RangeType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:RangeType Enumeration}}
 
{{#customTitle:RangeType Enumeration}}
{{#parentPage:PXV:Common|RangeType Enumeration|enum}}
+
{{#parentPage:PXV:Common_Enumerations|RangeType Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 23:33, 21 May 2015


Specifies the ...

Syntax

enum RangeType
{
    RangeType_Auto        = -1,
    RangeType_None        = 0,
    RangeType_All         = 1,
    RangeType_First       = 2,
    RangeType_Last        = 3,
    RangeType_Odd         = 4,
    RangeType_Even        = 5,
    RangeType_Exact       = 6,
    RangeType_Array       = 7,
    RangeType_Current     = 8,
    RangeType_CurrentRect = 9,
    RangeType_CustomRect  = 10,
    _RangeType_Max_       = 11,
};

Constants

RangeType_Auto
The ...
RangeType_None
The ...
RangeType_All
The ...
RangeType_First
The ...
RangeType_Last
The ...
RangeType_Odd
The ...
RangeType_Even
The ...
RangeType_Exact
The ...
RangeType_Array
The ...
RangeType_Current
The ...
RangeType_CurrentRect
The ...
RangeType_CustomRect
The ...
_RangeType_Max_
The ...

See Also

...