RangeFeatures 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:RangeFeatures Enumeration}}
 
{{#customTitle:RangeFeatures Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:56, 20 April 2015


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