RangeType Enumeration

From PDF XChange PDF SDK
Revision as of 22:56, 20 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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 ...