IPXC_Annotation::IsMarkup Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_IsMarkup([out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT get_IsMarkup([out, retval] VARIANT_BOOL* bIsMarkup); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_Annotation|IPXC_Annotation]] | [[PXV:IPXC_Annotation|IPXC_Annotation]] |
Latest revision as of 03:47, 20 February 2017
The property IsMarkup is TRUE when the annotation is a Markup annotation. Annotations of the following types are markup annotations: Text, FreeText, Line, Square, Circle, Polygon, PolyLine, Highlight, Underline, Squiggly, StrikeOut, Caret, Stamp, Ink, FileAttachment, Sound, Redact and Projection.
Syntax
HRESULT get_IsMarkup([out, retval] VARIANT_BOOL* bIsMarkup);