RangeFeatures 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 RangeFeatures
{
    RangeFeature_AllowReversed = 1;
    RangeFeature_AllowCurrent = 2;
    RangeFeature_AllowCurrentRect = 6;
    RangeFeature_AllowCustomRect = 8;
    RangeFeature_AllowArray = 16;
    RangeFeature_AllowFilter = 32;
    RangeFeature_AllowAll = 64;
    RangeFeature_Dialog = -2147483648;
};

Constants

RangeFeature_AllowReversed
The ...
RangeFeature_AllowCurrent
The ...
RangeFeature_AllowCurrentRect
The ...
RangeFeature_AllowCustomRect
The ...
RangeFeature_AllowArray
The ...
RangeFeature_AllowFilter
The ...
RangeFeature_AllowAll
The ...
RangeFeature_Dialog
The ...

See Also

See also ...