IPXC_CState::Flags Property
From PDF XChange PDF SDK
Line 6: | Line 6: | ||
Property '''Flags''' of interface [[PXV:IPXC_CState|IPXC_CState]] specify which properties are set for the current CState. | Property '''Flags''' of interface [[PXV:IPXC_CState|IPXC_CState]] specify which properties are set for the current CState. | ||
+ | Possible values are: | ||
+ | Fill Color - '''1''' | ||
+ | |||
+ | Stroke Color - '''3''' | ||
+ | |||
+ | Intent - '''7''' | ||
+ | |||
+ | Hash indicator (indicates whether the state has calculated hash) - '''0x01000000''' | ||
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT get_Flags([out, retval] ULONG* pFlags); | <pre class="brush:cpp;gutter:false">HRESULT get_Flags([out, retval] ULONG* pFlags); |
Revision as of 00:04, 9 March 2016
Property Flags of interface IPXC_CState specify which properties are set for the current CState.
Possible values are:
Fill Color - 1
Stroke Color - 3
Intent - 7
Hash indicator (indicates whether the state has calculated hash) - 0x01000000
Syntax
HRESULT get_Flags([out, retval] ULONG* pFlags);