IPXC_Annotation::IsMarkup Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Annotation::IsMarkup Property}}
 
{{#customTitle:IPXC_Annotation::IsMarkup Property}}
{{#parentPage:PXV:IPXC_Annotation|IsMarkup Property|property}}
+
{{#parentPage:PXV:IPXC_Annotation#Properties|IsMarkup|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''IsMarkup''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns  Value of VARIANT_BOOL ...
+
The property '''IsMarkup''' is <tt>TRUE</tt> when the annotation is a ''Markup'' annotation. Annotations of the following types are markup annotations: <tt>Text</tt>, <tt>FreeText</tt>, <tt>Line</tt>, <tt>Square</tt>, <tt>Circle</tt>, <tt>Polygon</tt>, <tt>PolyLine</tt>, <tt>Highlight</tt>, <tt>Underline</tt>, <tt>Squiggly</tt>, <tt>StrikeOut</tt>, <tt>Caret</tt>, <tt>Stamp</tt>, <tt>Ink</tt>, <tt>FileAttachment</tt>, <tt>Sound</tt>, <tt>Redact</tt> and <tt>Projection</tt>.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IsMarkup([out, retval]  VARIANT_BOOL*  pbMarkup);
+
<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 04: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);

See Also

IPXC_Annotation