IPXC_Annotation::IsMarkup Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
The property '''IsMarkup''' is <tt>TRUE</tt> when the annotation is a ''Markup'' annotation. Annotations of the following types are markup annotations: <code>Text</code>, <code>FreeText</code>, <code>Line</code>, <code>Square</code>, <code>Circle</code>, <code>Polygon</code>, <code>PolyLine</code>, <code>Highlight</code>, <code>Underline<code>, <code>Squiggly</code>, <code>StrikeOut</code>, <code>Caret</code>, <code>Stamp</code>, <code>Ink</code>, <code>FileAttachment</code>, <code>Sound</code>, <code>Redact</code> and <code>Projection</code>.
+
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 ==

Revision as of 17:21, 26 May 2015


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

See Also

IPXC_Annotation