IPXV_DocSaveEvent::Flags Property
From PDF XChange PDF SDK
(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}} | ||
− | |||
{{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 23:57, 22 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);