IPXC_CState::Flags Property

From PDF XChange PDF SDK
Jump to: navigation, search


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);

See Also

IPXC_CState