IPXC_WatermarkParams::RangeFlags Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 4: Line 4:
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|RangeFlags|property}}
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|RangeFlags|property}}
  
Gets/sets the pages range flags.
+
Gets/sets the pages range flags.<br />
 +
This property is not used in the [[PXV:IPXC_Document_PlaceWatermark|PlaceWatermark]] method.
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 05:54, 16 March 2017

Gets/sets the pages range flags.
This property is not used in the PlaceWatermark method.

Syntax

HRESULT get_RangeFlags([out, retval]  ULONG*  nRangeFlags);
HRESULT put_RangeFlags([in]  ULONG  nRangeFlags);

See Also

IPXC_WatermarkParams