Class PdfViewerStrikethroughSettingsBuilder
Class StrikethroughSettings.
Inheritance
System.Object
PdfViewerStrikethroughSettingsBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class PdfViewerStrikethroughSettingsBuilder
Constructors
PdfViewerStrikethroughSettingsBuilder(PdfViewerStrikethroughSettings)
Initializes a new instance of the PdfViewerStrikethroughSettingsBuilder class.
Declaration
public PdfViewerStrikethroughSettingsBuilder(PdfViewerStrikethroughSettings strikethroughSettings)
Parameters
Type | Name | Description |
---|---|---|
PdfViewerStrikethroughSettings | strikethroughSettings | The strikethrough settings. |
Methods
Author(String)
Specifies the Author of the strikethrough annotation
Declaration
public PdfViewerStrikethroughSettingsBuilder Author(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value. |
Returns
Type | Description |
---|---|
PdfViewerStrikethroughSettingsBuilder | PdfViewerStrikethroughSettingsBuilder |
Color(String)
Specifies the color of the strikethrough annotation
Declaration
public PdfViewerStrikethroughSettingsBuilder Color(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value. |
Returns
Type | Description |
---|---|
PdfViewerStrikethroughSettingsBuilder | PdfViewerStrikethroughSettingsBuilder |
IsLocked(Boolean)
Specifies the isLocked property of the strikethrough annotation
Declaration
public PdfViewerStrikethroughSettingsBuilder IsLocked(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value | The value. |
Returns
Type | Description |
---|---|
PdfViewerStrikethroughSettingsBuilder | PdfViewerStrikethroughSettingsBuilder |
ModifiedDate(String)
Specifies the Modified Date of the strikethrough annotation
Declaration
public PdfViewerStrikethroughSettingsBuilder ModifiedDate(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value. |
Returns
Type | Description |
---|---|
PdfViewerStrikethroughSettingsBuilder | PdfViewerStrikethroughSettingsBuilder |
Opacity(Single)
Specifies the Opacity of the strikethrough annotation
Declaration
public PdfViewerStrikethroughSettingsBuilder Opacity(float value)
Parameters
Type | Name | Description |
---|---|---|
System.Single | value | The value. |
Returns
Type | Description |
---|---|
PdfViewerStrikethroughSettingsBuilder | PdfViewerStrikethroughSettingsBuilder |
Subject(String)
Specifies the Subject of the strikethrough annotation
Declaration
public PdfViewerStrikethroughSettingsBuilder Subject(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value. |
Returns
Type | Description |
---|---|
PdfViewerStrikethroughSettingsBuilder | PdfViewerStrikethroughSettingsBuilder |