RangeType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:RangeType Enumeration}}
 
{{#customTitle:RangeType Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:56, 20 April 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

See also ...