IPXC_Annotation::IsMarkup Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXC_Annotation::IsMarkup Property}}
 
{{#customTitle:IPXC_Annotation::IsMarkup Property}}
 
{{#parentPage:PXV:IPXC_Annotation#Properties|IsMarkup|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: <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>.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 17:20, 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<code>, <code>Squiggly, StrikeOut, Caret, Stamp, Ink, FileAttachment, Sound, Redact and Projection.

Syntax

HRESULT get_IsMarkup([out, retval]  VARIANT_BOOL*  pbMarkup);

See Also

IPXC_Annotation