Class PdfViewerAnnotationSelectorSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PdfViewerAnnotationSelectorSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerAnnotationSelectorSettingsBuilder : ControlBuilder
Constructors
PdfViewerAnnotationSelectorSettingsBuilder()
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder()
PdfViewerAnnotationSelectorSettingsBuilder(PdfViewerAnnotationSelectorSettings)
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder(PdfViewerAnnotationSelectorSettings model)
Parameters
Methods
ResizerBorderColor(String)
Specifies the border color of the resizer.
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder ResizerBorderColor(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
ResizerCursorType(CursorType)
specifies the cursor type of resizer.
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder ResizerCursorType(CursorType value)
Parameters
Returns
ResizerFillColor(String)
Specifies the fill color of the resizer.
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder ResizerFillColor(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
ResizerLocation(AnnotationResizerLocation)
Specifies the location of the resizer.
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder ResizerLocation(AnnotationResizerLocation value)
Parameters
Returns
ResizerShape(AnnotationResizerShape)
Specifies the shape of the resizer.
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder ResizerShape(AnnotationResizerShape value)
Parameters
Returns
ResizerSize(Double)
Specifies the size of the resizer.
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder ResizerSize(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
SelectionBorderColor(String)
Specifies the selection border color.
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder SelectionBorderColor(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
SelectionBorderThickness(Double)
Specifies the thickness of the selection border.
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder SelectionBorderThickness(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
SelectorLineDashArray(Double[])
Specifies the border dash array of the selection.
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder SelectorLineDashArray(double[] value)
Parameters
| Type |
Name |
Description |
| System.Double[] |
value |
|
Returns