PDFView4NET WinForms Edition
PDFTextMarkupType Enumeration




O2S.Components.PDFView4NET.Annotations Namespace : PDFTextMarkupType Enumeration
Specifies the available markup types for a text markup annotation.
Syntax
'Declaration
 
Public Enum PDFTextMarkupType 
   Inherits System.Enum
'Usage
 
Dim instance As PDFTextMarkupType
public enum PDFTextMarkupType : System.Enum 
__value public enum PDFTextMarkupType : public System.Enum 
public enum class PDFTextMarkupType : public System.Enum 
Members
MemberDescription
HighlightHighlight.
SquigglyJagged underline.
StrikeOutStrike out.
UnderlineUnderline.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Annotations.PDFTextMarkupType

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

O2S.Components.PDFView4NET.Annotations Namespace