PDFView4NET WinForms Edition
MarkupType Property




O2S.Components.PDFView4NET.Annotations Namespace > PDFTextMarkupAnnotation Class : MarkupType Property
Gets or sets the type of the annotation markup.
Syntax
'Declaration
 
Public Overridable ReadOnly Property MarkupType As PDFTextMarkupType
'Usage
 
Dim instance As PDFTextMarkupAnnotation
Dim value As PDFTextMarkupType
 
value = instance.MarkupType
public virtual PDFTextMarkupType MarkupType {get;}
public: __property virtual PDFTextMarkupType get_MarkupType();
public:
virtual property PDFTextMarkupType MarkupType {
   PDFTextMarkupType get();
}

Property Value

The type of the text markup.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFTextMarkupAnnotation Class
PDFTextMarkupAnnotation Members