Class PdfViewerLineSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PdfViewerLineSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerLineSettingsBuilder : ControlBuilder
Constructors
PdfViewerLineSettingsBuilder()
Declaration
public PdfViewerLineSettingsBuilder()
PdfViewerLineSettingsBuilder(PdfViewerLineSettings)
Declaration
public PdfViewerLineSettingsBuilder(PdfViewerLineSettings model)
Parameters
Methods
AllowedInteractions(Object)
Gets or sets the allowed interactions for the locked line annotations.
IsLock can be configured using line settings.
Declaration
public PdfViewerLineSettingsBuilder AllowedInteractions(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
AnnotationSelectorSettings(Object)
specifies the annotation selector settings of the annotation.
Declaration
public PdfViewerLineSettingsBuilder AnnotationSelectorSettings(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
Author(String)
specifies the author of the annotation.
Declaration
public PdfViewerLineSettingsBuilder Author(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
BorderDashArray(Double)
specifies the border dash array of the annotation.
Declaration
public PdfViewerLineSettingsBuilder BorderDashArray(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
CustomData(Object)
specifies the custom data of the annotation.
Declaration
public PdfViewerLineSettingsBuilder CustomData(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
FillColor(String)
specifies the fill color of the annotation.
Declaration
public PdfViewerLineSettingsBuilder FillColor(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
IsLock(Boolean)
specifies the locked action of the annotation.
Declaration
public PdfViewerLineSettingsBuilder IsLock(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
Returns
IsPrint(Boolean)
specifies whether the individual annotations are included or not in print actions.
Declaration
public PdfViewerLineSettingsBuilder IsPrint(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
Returns
LineHeadEndStyle(LineHeadStyle)
specifies the line head end style of the annotation.
Declaration
public PdfViewerLineSettingsBuilder LineHeadEndStyle(LineHeadStyle value)
Parameters
Returns
LineHeadStartStyle(LineHeadStyle)
specifies the line head start style of the annotation.
Declaration
public PdfViewerLineSettingsBuilder LineHeadStartStyle(LineHeadStyle value)
Parameters
Returns
MaxHeight(Double)
specifies the maxHeight of the annotation.
Declaration
public PdfViewerLineSettingsBuilder MaxHeight(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
MaxWidth(Double)
specifies the maxWidth of the annotation.
Declaration
public PdfViewerLineSettingsBuilder MaxWidth(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
MinHeight(Double)
specifies the minHeight of the annotation.
Declaration
public PdfViewerLineSettingsBuilder MinHeight(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
MinWidth(Double)
specifies the minWidth of the annotation.
Declaration
public PdfViewerLineSettingsBuilder MinWidth(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Offset(Object)
Get or set offset of the annotation.
Declaration
public PdfViewerLineSettingsBuilder Offset(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
Opacity(Double)
specifies the opacity of the annotation.
Declaration
public PdfViewerLineSettingsBuilder Opacity(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
PageNumber(Double)
Get or set page number of the annotation.
Declaration
public PdfViewerLineSettingsBuilder PageNumber(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
StrokeColor(String)
specifies the stroke color of the annotation.
Declaration
public PdfViewerLineSettingsBuilder StrokeColor(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Subject(String)
specifies the subject of the annotation.
Declaration
public PdfViewerLineSettingsBuilder Subject(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Thickness(Double)
specified the thickness of the annotation.
Declaration
public PdfViewerLineSettingsBuilder Thickness(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns