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
ResizerCursorType(CursorType)
specifies the cursor type of resizer
Declaration
public PdfViewerAnnotationSelectorSettingsBuilder ResizerCursorType(CursorType value)
Parameters
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
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 border of selection.
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