RangeFeatures Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:RangeFeatures Enumeration}}
 
{{#customTitle:RangeFeatures Enumeration}}
Line 40: Line 41:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:22, 20 May 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

...