Class DefaultTextMarkupAnnotationSettings
Represents the default appearance of text markup annotation to be drawn in the page of the PDF document.
Inheritance
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class DefaultTextMarkupAnnotationSettings : Object
  Constructors
DefaultTextMarkupAnnotationSettings(Object)
Initializes a new instance of the DefaultTextMarkupAnnotationSettings class. Gets or sets the default appearance of hightlight textmarkup annotation.
Declaration
public DefaultTextMarkupAnnotationSettings(object m_nativeobject)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | m_nativeobject | The m_nativeobject.  | 
      
Properties
Highlight
Gets or sets the default appearance of highlight textmarkup annotation.
Declaration
public HighlightAnnotationSettings Highlight { get; set; }
  Property Value
| Type | Description | 
|---|---|
| HighlightAnnotationSettings | The annotation settings allows the user to customize the default appearance of the highlight textmarkup annotation.  | 
      
Squiggly
Gets or sets the appearance settings of squiggly text markup annotation.
Declaration
public SquigglyAnnotationSettings Squiggly { get; set; }
  Property Value
| Type | Description | 
|---|---|
| SquigglyAnnotationSettings | The annotation settings allows the user to customize the default appearance of the squiggly textmarkup annotation.  | 
      
Strikethrough
Gets or sets the default appearance of strikethrough textmarkup annotation.
Declaration
public StrikethroughAnnotationSettings Strikethrough { get; set; }
  Property Value
| Type | Description | 
|---|---|
| StrikethroughAnnotationSettings | The annotation settings allows the user to customize the default appearance of the strikethrough textmarkup annotation.  | 
      
Underline
Gets or sets the default appearance of underline textmarkup annotation.
Declaration
public UnderlineAnnotationSettings Underline { get; set; }
  Property Value
| Type | Description | 
|---|---|
| UnderlineAnnotationSettings | The annotation settings allows the user to customize the default appearance of the underline textmarkup annotation.  |