IPXV_DocSaveEvent::Flags Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
Line 3: Line 3:
 
{{#customTitle:IPXV_DocSaveEvent::Flags Property}}
 
{{#customTitle:IPXV_DocSaveEvent::Flags Property}}
 
{{#parentPage:PXV:IPXV_DocSaveEvent#Properties|Flags|property}}
 
{{#parentPage:PXV:IPXV_DocSaveEvent#Properties|Flags|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Flags''' of interface [[PXV:IPXV_DocSaveEvent|IPXV_DocSaveEvent]] returns/sets  Value of LONG ...
+
Property '''Flags''' of interface [[PXV:IPXV_DocSaveEvent|IPXV_DocSaveEvent]] returns/sets  Value of LONG containing the [[PXV:PXV_DocSaveFlags|document save flags]].
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 00:57, 23 June 2017


Property Flags of interface IPXV_DocSaveEvent returns/sets Value of LONG containing the document save flags.

Syntax

HRESULT get_Flags([out, retval]  LONG*  nFlags);
HRESULT put_Flags(  LONG  nFlags);

See Also

IPXV_DocSaveEvent