IPXC_CState::Flags Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_CState::Flags Property}} | {{#customTitle:IPXC_CState::Flags Property}} | ||
{{#parentPage:PXV:IPXC_CState#Properties|Flags|property}} | {{#parentPage:PXV:IPXC_CState#Properties|Flags|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Flags''' of interface [[PXV:IPXC_CState|IPXC_CState]] returns | + | Property '''Flags''' of interface [[PXV:IPXC_CState|IPXC_CState]] returns/sets which properties are set for the current CState. |
+ | Possible values are: | ||
+ | |||
+ | Fill Color - '''1''' | ||
+ | |||
+ | Stroke Color - '''2''' | ||
+ | |||
+ | Intent - '''4''' | ||
+ | |||
+ | Hash indicator (indicates whether the state has calculated hash) - '''0x01000000''' | ||
+ | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Flags([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Flags([out, retval] ULONG* nFlags); |
+ | HRESULT put_Flags([in] ULONG nFlags); | ||
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_CState|IPXC_CState]] | [[PXV:IPXC_CState|IPXC_CState]] |
Latest revision as of 23:46, 22 July 2018
Property Flags of interface IPXC_CState returns/sets which properties are set for the current CState.
Possible values are:
Fill Color - 1
Stroke Color - 2
Intent - 4
Hash indicator (indicates whether the state has calculated hash) - 0x01000000
Syntax
HRESULT get_Flags([out, retval] ULONG* nFlags); HRESULT put_Flags([in] ULONG nFlags);