Class PdfViewerAnnotationSelectorSettingsBuilder
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.EJ2.PdfViewer
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerAnnotationSelectorSettingsBuilder : ControlBuilder
Constructors
PdfViewerAnnotationSelectorSettingsBuilder()
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder()
PdfViewerAnnotationSelectorSettingsBuilder(PdfViewerAnnotationSelectorSettings)
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder(PdfViewerAnnotationSelectorSettings model)
Parameters
Type | Name | Description |
---|---|---|
PdfViewerAnnotationSelectorSettings | model |
Methods
ResizerCursorType(CursorType)
specifies the cursor type of resizer
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder ResizerCursorType(CursorType value)
Parameters
Type | Name | Description |
---|---|---|
CursorType | value |
Returns
Type | Description |
---|---|
PdfViewerAnnotationSelectorSettingsBuilder |
ResizerLocation(AnnotationResizerLocation)
Specifies the location of the resizer.
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder ResizerLocation(AnnotationResizerLocation value)
Parameters
Type | Name | Description |
---|---|---|
AnnotationResizerLocation | value |
Returns
Type | Description |
---|---|
PdfViewerAnnotationSelectorSettingsBuilder |
ResizerShape(AnnotationResizerShape)
Specifies the shape of the resizer.
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder ResizerShape(AnnotationResizerShape value)
Parameters
Type | Name | Description |
---|---|---|
AnnotationResizerShape | value |
Returns
Type | Description |
---|---|
PdfViewerAnnotationSelectorSettingsBuilder |
SelectionBorderColor(String)
Specifies the selection border color.
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder SelectionBorderColor(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
PdfViewerAnnotationSelectorSettingsBuilder |
SelectionBorderThickness(Double)
Specifies the thickness of the border of selection.
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder SelectionBorderThickness(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
PdfViewerAnnotationSelectorSettingsBuilder |
SelectorLineDashArray(Double[])
Specifies the border dash array of the selection.
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder SelectorLineDashArray(double[] value)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | value |
Returns
Type | Description |
---|---|
PdfViewerAnnotationSelectorSettingsBuilder |